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

Commit

Permalink
Merge pull request #146 from duke-libraries/TRLNDSC-231-call-num-face…
Browse files Browse the repository at this point in the history
…ts-v2

fixing another broken thing that I missed before (clearing children UL)
  • Loading branch information
mikedaul authored Jan 15, 2019
2 parents 1b8658e + 744c3df commit d9bffdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/dul_argon/facets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
}
}

ul {
clear: both;
}


@media screen and (min-width: $screen-sm) and (max-width: $screen-lg) {
.twiddle > .facet_select, .twiddle-open > .facet_select {
Expand Down
2 changes: 1 addition & 1 deletion lib/dul_argon_skin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DulArgonSkin
VERSION = '1.0.4'
VERSION = '1.0.5'
end

0 comments on commit d9bffdd

Please sign in to comment.