Fleet UI: Textarea maintains extendability but prevent ability to make it skinnier (#16078)

This commit is contained in:
RachelElysia 2024-01-16 09:24:33 -05:00 committed by GitHub
parent 45cc94d9c3
commit 26a35b9128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,10 @@
.input-field {
width: 100%;
max-width: 754px;
&__textarea {
min-width: 100%; // Cannot make textarea skinnier
}
}
&--smtp {