Skip to content

Commit

Permalink
IM-154 fix facet layout with new number format
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Oct 18, 2024
1 parent 372fc3d commit ff52174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/resources/scss/base/own.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
.mycore-facet-value { width: 175px; }
}
&-4 {
.mycore-facet-count { width: 50px; }
.mycore-facet-value { width: 165px; }
.mycore-facet-count { width: 55px; }
.mycore-facet-value { width: 160px; }
}
&-5 {
.mycore-facet-count { width: 60px; }
Expand Down

0 comments on commit ff52174

Please sign in to comment.