small ui tweaks

This commit is contained in:
keyan 2021-10-29 12:56:31 -05:00
parent 522e2059a6
commit e965b0c17b
2 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export function DiscussionForm ({
as={TextareaAutosize}
minRows={4}
hint={editThreshold
? <Countdown date={editThreshold} />
? <div className='text-muted font-weight-bold'><Countdown date={editThreshold} /></div>
: null}
/>
{!item && adv && <AdvPostForm />}

View File

@ -1,6 +1,7 @@
.text {
font-size: 90%;
font-family: inherit;
word-break: break-word;
}
.text p {