diff options
| author | jpl | 2017-04-28 16:21:40 +0200 |
|---|---|---|
| committer | jpl | 2017-04-28 16:21:46 +0200 |
| commit | 80953288503b2c51bce0b0c5f18e42a1f76876de (patch) | |
| tree | 2461259b28d63f7a1c99fd8fbf3f567af998748f | |
| parent | 2ff455b793db7f5aa6408778e096df21f5918dd9 (diff) | |
| download | chouette-core-80953288503b2c51bce0b0c5f18e42a1f76876de.tar.bz2 | |
Refs #3199: fix input-group.time width on FF + IE
| -rw-r--r-- | app/assets/stylesheets/components/_forms.sass | 2 |
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 |
