aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpl2017-04-28 16:21:40 +0200
committerjpl2017-04-28 16:21:46 +0200
commit80953288503b2c51bce0b0c5f18e42a1f76876de (patch)
tree2461259b28d63f7a1c99fd8fbf3f567af998748f
parent2ff455b793db7f5aa6408778e096df21f5918dd9 (diff)
downloadchouette-core-80953288503b2c51bce0b0c5f18e42a1f76876de.tar.bz2
Refs #3199: fix input-group.time width on FF + IE
-rw-r--r--app/assets/stylesheets/components/_forms.sass2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components/_forms.sass b/app/assets/stylesheets/components/_forms.sass
index 96adb56cf..c24b7abda 100644
--- a/app/assets/stylesheets/components/_forms.sass
+++ b/app/assets/stylesheets/components/_forms.sass
@@ -46,7 +46,7 @@ input
.input-group.time
> .form-control
float: none
- width: auto
+ width: 50px
padding: 6px 8px
&:first-child