Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion evap/contributor/templates/contributor_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
{% if user.is_delegate %}
<div class="btn-switch btn-switch-light ms-2 d-print-none">
<div class="btn-switch-label text-break break-spaces">
<div class="btn-switch-label">
<span class="fas fa-people-arrows-left-right"></span> {% translate 'Delegated evaluations' %}
</div>
<div class="btn-switch btn-group">
Expand Down
4 changes: 0 additions & 4 deletions evap/static/scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion evap/static/scss/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down