small ui tweaks
This commit is contained in:
parent
522e2059a6
commit
e965b0c17b
|
@ -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 />}
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue