mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fleet UI: Textarea maintains extendability but prevent ability to make it skinnier (#16078)
This commit is contained in:
parent
45cc94d9c3
commit
26a35b9128
1 changed files with 4 additions and 0 deletions
|
|
@ -103,6 +103,10 @@
|
|||
.input-field {
|
||||
width: 100%;
|
||||
max-width: 754px;
|
||||
|
||||
&__textarea {
|
||||
min-width: 100%; // Cannot make textarea skinnier
|
||||
}
|
||||
}
|
||||
|
||||
&--smtp {
|
||||
|
|
|
|||
Loading…
Reference in a new issue