mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: fix textarea height on mobile (#28495)
This commit is contained in:
parent
b53df4d884
commit
fd4f7868ca
@ -6,10 +6,10 @@
|
|||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
min-width: auto !important;
|
min-width: auto !important;
|
||||||
padding: 0.5em !important;
|
padding: 0.5em !important;
|
||||||
|
height: 150px !important;
|
||||||
|
|
||||||
// prevents firefox/chrome to add spacing under textarea
|
// prevents firefox/chrome to add spacing under textarea
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
height: 150px;
|
|
||||||
border-radius: var(--d-input-border-radius);
|
border-radius: var(--d-input-border-radius);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user