changeset 4369:7c91cb922352

client: fix systemconfiguration classbreak layout * Use more width for a single classbreak so that in case of negative numbers with two digits after the decimal point (e.g. `-0.05`), we can still see the right most digit.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 11 Sep 2019 10:00:52 +0200
parents e9d2573329da
children 1e0d5c40b3f1
files client/src/components/systemconfiguration/MorphologyClassbreaks.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/systemconfiguration/MorphologyClassbreaks.vue	Tue Sep 10 16:37:50 2019 +0200
+++ b/client/src/components/systemconfiguration/MorphologyClassbreaks.vue	Wed Sep 11 10:00:52 2019 +0200
@@ -221,7 +221,7 @@
  border-color: #ff0000
 
 .classbreak
-  width: 142px
+  width: 150px
   .btn-outline-secondary
     border-color: #ccc
     color: #ccc