mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Fleet UI: Textarea maintains extendability but prevent ability to make it skinnier (#16078)
This commit is contained in:
parent
45cc94d9c3
commit
26a35b9128
@ -103,6 +103,10 @@
|
||||
.input-field {
|
||||
width: 100%;
|
||||
max-width: 754px;
|
||||
|
||||
&__textarea {
|
||||
min-width: 100%; // Cannot make textarea skinnier
|
||||
}
|
||||
}
|
||||
|
||||
&--smtp {
|
||||
|
Loading…
Reference in New Issue
Block a user