changeset 5047:644118078d50 time-sliding

client: (minor) fix size of time-slider for toolbar
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 02 Mar 2020 13:52:45 +0100
parents b5e77c43fb8b
children 700758d22737
files client/src/components/toolbar/TimeSlider.vue
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/toolbar/TimeSlider.vue	Mon Mar 02 13:41:57 2020 +0100
+++ b/client/src/components/toolbar/TimeSlider.vue	Mon Mar 02 13:52:45 2020 +0100
@@ -69,5 +69,6 @@
 
 .toolbar-button {
   height: 2.5rem;
+  width: auto;
 }
 </style>