Skip to content

Commit

Permalink
Refs #141134 - Improve search terms section.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 27, 2021
1 parent f911d35 commit d198974
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ div#page-document {
display: flex;
max-width: 600px;
flex-wrap: wrap;
padding: 10px;
padding: 3px 40px 0px 40px;

div.search-phrase {
display: flex;
Expand All @@ -318,6 +318,10 @@ div#page-document {
margin-left: 10px;
}
}

.ui.label:first-child {
margin-left: 3px;
}
}

div.search-input {
Expand Down

0 comments on commit d198974

Please sign in to comment.