Skip to content

Commit

Permalink
Refs #140518 - Expand search header, too. This solves vertical align …
Browse files Browse the repository at this point in the history
…of search box and search results columns.
  • Loading branch information
GhitaB committed Nov 15, 2021
1 parent fa4c452 commit 67b80d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,19 @@ div#page-document {
padding-left: 0px !important;
}

div.container.search-header-container {
width: 100%;
}

div.sui-layout-header {
padding-right: 0px !important;
padding-bottom: 0px;
padding-left: 0px !important;
border-bottom: none;

div.header-columns {
width: 100% !important;

div.col-left {
margin-top: 2.5em;
text-align: right;
Expand Down

0 comments on commit 67b80d2

Please sign in to comment.