Skip to content

Commit 5f80778

Browse files
authored
Implemented the lateral expansion of the area-box in the forms (create/update) of the quota tariff (#9681)
1 parent f37afa8 commit 5f80778

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

ui/src/style/objects/form.scss

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,20 @@
1818
.form {
1919
width: 80vw;
2020

21-
.full-width-input {
22-
width: 100%;
23-
}
24-
2521
@media (min-width: 500px) {
26-
width: 400px;
22+
width: fit-content;
23+
min-width: 20vw;
2724
}
2825
}
26+
27+
.form textarea {
28+
resize: both;
29+
min-width: 20vw;
30+
max-width: 80vw;
31+
}
32+
33+
.ant-input-number,
34+
.ant-calendar-picker {
35+
width: 100%;
36+
}
37+

0 commit comments

Comments
 (0)