Skip to content

Commit

Permalink
Adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jul 19, 2022
1 parent f090063 commit 9e1f2c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/SearchBlock/less/facets.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ div#page-document .searchlib-block {
.secondary-facets {
display: flex;
flex-wrap: wrap;
gap: 1em;

& > div {
margin-right: 1em;
}
// & > div {
// margin-right: 1em;
// }
}

.ui.segment.facetslist-wrapper {
Expand Down
4 changes: 3 additions & 1 deletion src/SearchBlock/less/searchview.less
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ div#page-document {

.above-right {
display: flex;
justify-content: flex-end;
gap: 1em;
}

.ui.dropdown {
Expand Down Expand Up @@ -173,7 +175,7 @@ div#page-document {
.view-selector {
width: auto !important;
padding-left: 0px !important;
margin-left: 10px;
// margin-left: 10px;
font-size: 16px;

.text {
Expand Down

0 comments on commit 9e1f2c0

Please sign in to comment.