Skip to content

Commit ac090c7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7e44922 commit ac090c7

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

static/css/components/form.olform.less

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -233,40 +233,40 @@
233233
resize: vertical;
234234
}
235235

236-
.input {
237-
width: 100%;
238-
select {
239-
width: 130px;
240-
241-
@media (pointer: coarse) {
242-
padding: 8px 3px;
243-
min-height: 44px;
244-
}
245-
}
236+
.input {
237+
width: 100%;
238+
select {
239+
width: 130px;
246240

247-
.label {
248-
width: 90%;
249-
}
241+
@media (pointer: coarse) {
242+
padding: 8px 3px;
243+
min-height: 44px;
244+
}
245+
}
250246

251-
table {
252-
input {
253-
width: 300px;
247+
.label {
248+
width: 90%;
254249
}
255-
}
256-
&.books {
257-
.TitleAuthor {
258-
// stylelint-disable-next-line max-nesting-depth
259-
input#work-title {
260-
width: 900px !important;
261-
}
262250

263-
// stylelint-disable-next-line max-nesting-depth
264-
input#author {
265-
width: 550px !important;
251+
table {
252+
input {
253+
width: 300px;
254+
}
255+
}
256+
&.books {
257+
.TitleAuthor {
258+
// stylelint-disable-next-line max-nesting-depth
259+
input#work-title {
260+
width: 900px !important;
261+
}
262+
263+
// stylelint-disable-next-line max-nesting-depth
264+
input#author {
265+
width: 550px !important;
266+
}
266267
}
267268
}
268269
}
270+
/* stylelint-enable selector-max-specificity */
269271
}
270-
/* stylelint-enable selector-max-specificity */
271-
}
272272
}

0 commit comments

Comments
 (0)