We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37afa8 commit 5f80778Copy full SHA for 5f80778
ui/src/style/objects/form.scss
@@ -18,11 +18,20 @@
18
.form {
19
width: 80vw;
20
21
- .full-width-input {
22
- width: 100%;
23
- }
24
-
25
@media (min-width: 500px) {
26
- width: 400px;
+ width: fit-content;
+ min-width: 20vw;
27
}
28
+
+.form textarea {
+ resize: both;
29
30
+ max-width: 80vw;
31
+}
32
33
+.ant-input-number,
34
+.ant-calendar-picker {
35
+ width: 100%;
36
37
0 commit comments