# HG changeset patch # User Bernhard Reiter # Date 1568188852 -7200 # Node ID 7c91cb922352b0f7ff7ccc6d04ecab4d537d0927 # Parent e9d2573329daf7c2e20a036710767048f5cea981 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. diff -r e9d2573329da -r 7c91cb922352 client/src/components/systemconfiguration/MorphologyClassbreaks.vue --- 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