From 5445a164267dfab685473ab12f1bfd47275e4891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Bilo=C3=A9?= Date: Tue, 18 Apr 2017 16:13:16 +0200 Subject: [PATCH] FO: Fix touchspin on product page --- themes/classic/_dev/css/partials/_commons.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/classic/_dev/css/partials/_commons.scss b/themes/classic/_dev/css/partials/_commons.scss index dbb138d07e5c5..a702d63556cee 100644 --- a/themes/classic/_dev/css/partials/_commons.scss +++ b/themes/classic/_dev/css/partials/_commons.scss @@ -213,8 +213,9 @@ input, textarea { } } .bootstrap-touchspin { - width: 4.25rem; + width: auto; float: left; + display: inline-block; @include box-shadow-light; input { &:focus { @@ -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 { @@ -242,6 +244,7 @@ input, textarea { .input-group-btn-vertical { color: $gray-darker; width: auto; + float: left; .bootstrap-touchspin-up { border-radius: 0; }