small ui tweaks
This commit is contained in:
parent
522e2059a6
commit
e965b0c17b
|
@ -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 />}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
.text {
|
||||
font-size: 90%;
|
||||
font-family: inherit;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.text p {
|
||||
|
|
Loading…
Reference in New Issue