Skip to content

Commit

Permalink
set width for input number
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Nov 7, 2022
1 parent cc95be7 commit beb9f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/bundle/Resources/public/scss/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,8 @@
}

&--type-number {
max-width: calculateRem(150px);

.ibexa-input-text-wrapper {
&__actions {
right: calculateRem(32px);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
.ibexa-field-edit--ezinteger {
.ibexa-input-text-wrapper--type-number {
width: calculateRem(100px);
height: calculateRem(48px);
}

.ibexa-data-source__input {
&::-webkit-inner-spin-button {
margin-left: calculateRem(24px);
Expand Down

0 comments on commit beb9f47

Please sign in to comment.