Skip to content

Commit

Permalink
Refs #140559 - Fix spacing in search box.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 19, 2021
1 parent 1bc902f commit b4392c9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body.searchlib-page {
}

.ui.basic.segment.content-area::before {
display: none;
// display: none; TODO keep or not?
}
}

Expand Down Expand Up @@ -67,6 +67,21 @@ div#page-document {
padding-left: 0px !important;
border-bottom: none;

div.cols-container {
overflow: auto;

div.col-left {
width: 16.66666667%;
float: left;
}

div.col-right {
width: 80%;
padding-left: 20px;
float: left;
}
}

h2 {
margin-bottom: 0px !important;
font-size: 200%;
Expand Down

0 comments on commit b4392c9

Please sign in to comment.