Skip to content

Commit 94f08e1

Browse files
fballianosreichel
andauthored
Fixed default width for input/textarea in OpenMage backend theme (#3850)
Co-authored-by: Sven Reichel <[email protected]>
1 parent 40dcee7 commit 94f08e1

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

skin/adminhtml/default/openmage/form.css

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skin/adminhtml/default/openmage/scss/form.scss

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -369,11 +369,7 @@ button[disabled] {
369369
&.value {
370370
padding-left: 0 !important;
371371

372-
textarea {
373-
width: 324px;
374-
}
375-
376-
select {
372+
input.input-text, textarea, select {
377373
width: 330px;
378374
}
379375

@@ -382,10 +378,6 @@ button[disabled] {
382378
font-size: 11px;
383379
font-weight: 400;
384380
}
385-
386-
input.input-text {
387-
width: 324px;
388-
}
389381
}
390382
}
391383

0 commit comments

Comments
 (0)