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

Commit

Permalink
Hide + icon in add button at narrow widths
Browse files Browse the repository at this point in the history
Need more room at narrow, well not wide, widths. So hide the + icon in
the add button leaving just the 'Add' label.
  • Loading branch information
brew committed Nov 10, 2016
1 parent 967b26c commit 345ba3c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions census/static/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion census/static/css/styles.css.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions census/static/scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,14 @@ td.previous-results {
a {
font-size: 12px;
}

&.status {
@media (max-width: $screen-lg-min) {
.fa {
display: none;
}
}
}
}

thead tr th {
Expand Down

0 comments on commit 345ba3c

Please sign in to comment.