+
{% translate 'Delegated evaluations' %}
diff --git a/evap/static/scss/_utilities.scss b/evap/static/scss/_utilities.scss
index c315b2fcc2..6c1b608c9f 100644
--- a/evap/static/scss/_utilities.scss
+++ b/evap/static/scss/_utilities.scss
@@ -76,10 +76,6 @@ a.no-underline:hover {
z-index: $zindex-fixed + 1;
}
-.break-spaces {
- white-space: break-spaces;
-}
-
@for $i from 0 through 100 {
.width-percent-#{$i} {
width: $i * 1% !important;
diff --git a/evap/static/scss/components/_buttons.scss b/evap/static/scss/components/_buttons.scss
index 7016d8e245..20ceec72b6 100644
--- a/evap/static/scss/components/_buttons.scss
+++ b/evap/static/scss/components/_buttons.scss
@@ -81,7 +81,6 @@ a:not([href]):not(.disabled) {
.btn-switch-label {
display: inline-block;
font-weight: normal;
- white-space: nowrap;
vertical-align: middle;
color: $darker-gray;
padding: 0.25rem 0.25rem 0.25rem 0.5rem;