diff --git a/evap/contributor/templates/contributor_index.html b/evap/contributor/templates/contributor_index.html index 2ed8b8ce63..e037a6dcf8 100644 --- a/evap/contributor/templates/contributor_index.html +++ b/evap/contributor/templates/contributor_index.html @@ -17,7 +17,7 @@ {% if user.is_delegate %}
-
+
{% 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;