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} as={TextareaAutosize}
minRows={4} minRows={4}
hint={editThreshold hint={editThreshold
? <Countdown date={editThreshold} /> ? <div className='text-muted font-weight-bold'><Countdown date={editThreshold} /></div>
: null} : null}
/> />
{!item && adv && <AdvPostForm />} {!item && adv && <AdvPostForm />}

View File

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