Skip to content

Commit

Permalink
Adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Oct 28, 2021
1 parent cc843b9 commit 7bc97cd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ div#page-document {
}

div.sui-layout-header {
padding-bottom: 0px;
padding-right: 0px !important;
padding-left: 0px !important;
border-bottom: none;
Expand Down Expand Up @@ -125,12 +126,14 @@ div#page-document {

div.content-section-tabs.menu {
overflow: hidden;
padding: 0em 20%;
// padding: 0em 20%;
margin: 0;
width: 100%;
max-width: 100%;
border: none;
border-bottom: 1px solid @sf-light-gray2;
border-top: none;
border-right: none;
border-bottom: 1px solid @sf-light-gray2;
border-left: none;
margin-bottom: 0px;
border-radius: 0px;
Expand Down

0 comments on commit 7bc97cd

Please sign in to comment.