File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
simpleui/static/admin/simpleui-x/css Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,16 @@ tbody tr:hover th {
107
107
}
108
108
.form-row {
109
109
border-bottom : none !important ;
110
+ display : flex;
111
+ align-items : center;
112
+ }
113
+ .form-row div {
114
+ display : flex;
115
+ gap : 10px ;
116
+ align-items : center;
117
+ }
118
+ .form-row .fileBox {
119
+ flex : 1 ;
110
120
}
111
121
.submit-row {
112
122
padding-bottom : 20px !important ;
@@ -255,4 +265,3 @@ body,
255
265
--close-button-hover-bg : inherit;
256
266
}
257
267
}
258
- /*# sourceMappingURL=base.css.map */
Original file line number Diff line number Diff line change @@ -127,6 +127,16 @@ tbody tr:hover td, tbody tr:hover th {
127
127
128
128
.form-row {
129
129
border-bottom : none !important ;
130
+ display :flex ;
131
+ align-items : center ;
132
+ div {
133
+ display :flex ;
134
+ gap : 10px ;
135
+ align-items : center ;
136
+ }
137
+ .fileBox {
138
+ flex :1 ;
139
+ }
130
140
}
131
141
.submit-row {
132
142
padding-bottom : 20px !important ;
You can’t perform that action at this time.
0 commit comments