Skip to content

Commit

Permalink
Refs #140518 - Fix multiterm list facet header responsivity.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 1, 2021
1 parent 5d95015 commit 30cf40a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ div#page-document {
margin-top: 3em;

button.show-filters {
margin-top: 0.3em;
background: @sf-light-gray !important;
border-radius: 2px;
color: @sf-azure !important;
font-size: 12px;
margin-top: 0.3em;
}

div.scrolled {
Expand Down Expand Up @@ -813,8 +813,14 @@ div.ui.modal.facet {

div.multitermlist__facet__header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;

input.multitermlist__search__text-input {
width: calc(100% - 35px);
margin-bottom: 0.3em;
}

.facet-title {
h3 {
margin: 0 1em 0 0;
Expand Down

0 comments on commit 30cf40a

Please sign in to comment.