Skip to content

Commit

Permalink
Fixed default width for input/textarea in OpenMage backend theme (#3850)
Browse files Browse the repository at this point in the history
Co-authored-by: Sven Reichel <github-sr@hotmail.com>
  • Loading branch information
fballiano and sreichel authored Feb 29, 2024
1 parent 40dcee7 commit 94f08e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
8 changes: 2 additions & 6 deletions skin/adminhtml/default/openmage/form.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 1 addition & 9 deletions skin/adminhtml/default/openmage/scss/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -369,11 +369,7 @@ button[disabled] {
&.value {
padding-left: 0 !important;

textarea {
width: 324px;
}

select {
input.input-text, textarea, select {
width: 330px;
}

Expand All @@ -382,10 +378,6 @@ button[disabled] {
font-size: 11px;
font-weight: 400;
}

input.input-text {
width: 324px;
}
}
}

Expand Down

0 comments on commit 94f08e1

Please sign in to comment.