Skip to content

Commit

Permalink
Merge pull request #28 from UCLALibrary/css/facet-fix
Browse files Browse the repository at this point in the history
Fix facet CSS
  • Loading branch information
little9 authored Oct 17, 2018
2 parents d96e5b1 + 1cac017 commit 45a877e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/ursus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
@import 'ursus/facets';
@import 'ursus/footer';
@import 'ursus/body';
@import 'ursus/logo';
@import 'ursus/facets';
13 changes: 11 additions & 2 deletions app/assets/stylesheets/ursus/_facets.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
@import 'colors';
.facet-values .facet-label {
display: block;
text-indent: 0;
padding-left: 0;
padding-bottom: 6px;
overflow-wrap: unset;
-webkit-hyphens: unset;
-o-hyphens: unset;
hyphens: unset;
}

.facet-values {
display: inline-flex;
display: block;
}
4 changes: 4 additions & 0 deletions app/assets/stylesheets/ursus/_logo.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#header-navbar .navbar-brand {
width: 30rem;
height: 4.5rem;
}

0 comments on commit 45a877e

Please sign in to comment.