Skip to content

Commit

Permalink
Refs #142573 - Fix header on smaller screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 8, 2021
1 parent 7702743 commit d19dc58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1331,12 +1331,14 @@ div.ui.modal.facet {
}

div.sui-layout-header {
div.header-columns {
div.ui.container.stackable.two.column.grid.header-columns {
div.col-left {
padding-left: 0px !important;
text-align: left !important;
}

div.col-mid {
padding-right: 2rem !important;
padding-left: 0px !important;

h2 {
Expand Down

0 comments on commit d19dc58

Please sign in to comment.