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