Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #674 from edx/dsjen/update-filter-styles
Browse files Browse the repository at this point in the history
Wrap long filter names and add some padding.
  • Loading branch information
dsjen committed May 8, 2017
2 parents 9c309a1 + 2359ed9 commit 9ecae6b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions analytics_dashboard/static/sass/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,13 @@
// bootstrap defaults are to bold the labels
label {
font-weight: normal;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
margin: 0;
margin-bottom: $padding-base-vertical;

// indent all lines that wrap so that they're aligned with the text instead of the checkbox
text-indent: -$padding-large-horizontal;
padding-left: $padding-large-horizontal;
}

// for the set of filters (e.g. label for the collection of checkboxes)
Expand Down

0 comments on commit 9ecae6b

Please sign in to comment.