Skip to content

Commit

Permalink
Fix right margin in case of multiple controls.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 21, 2021
1 parent f8acd51 commit 0f5de11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@import (multiple) '~@eeacms/search-less/theme.less';

@s-dark-gray: rgba(0, 0, 0, 0.87);
@s-medium-gray: #e0e1e2;
@s-light-gray: #edf1f2;

.sui-multi-checkbox-facet__option-input-wrapper {
Expand Down Expand Up @@ -47,7 +48,7 @@ div#page-document {
}

div.filter-list {
background-color: #e0e1e2;
background-color: @s-medium-gray;

.ui.inverted.accordion .title:not(.ui) {
color: @s-dark-gray;
Expand Down Expand Up @@ -142,6 +143,7 @@ div#page-document {
button {
display: none;
margin-top: 5px;
margin-right: 5px;
}
}
}
Expand Down

0 comments on commit 0f5de11

Please sign in to comment.