Skip to content

Commit

Permalink
FO: Fix touchspin on product page
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebiloe committed Apr 18, 2017
1 parent c341244 commit 5445a16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion themes/classic/_dev/css/partials/_commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,9 @@ input, textarea {
}
}
.bootstrap-touchspin {
width: 4.25rem;
width: auto;
float: left;
display: inline-block;
@include box-shadow-light;
input {
&:focus {
Expand All @@ -228,6 +229,7 @@ input, textarea {
padding: 0.175rem 0.5rem;
width: 3rem;
border: $input-btn-border-width solid $input-border-color;
float: left;
}
}
.btn-touchspin {
Expand All @@ -242,6 +244,7 @@ input, textarea {
.input-group-btn-vertical {
color: $gray-darker;
width: auto;
float: left;
.bootstrap-touchspin-up {
border-radius: 0;
}
Expand Down

0 comments on commit 5445a16

Please sign in to comment.