Skip to content

Commit

Permalink
Refs #133599 - Hide breadcrumbs.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 23, 2021
1 parent f4c1059 commit ff7b7b6
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 @@ -42,6 +42,10 @@
}

body.searchlib-page {
div#main div.ui.breadcrumbs {
display: none;
}

div#page-document {
position: relative;
top: -4em;
Expand Down Expand Up @@ -356,8 +360,8 @@ div#page-document {
button {
padding: 3px;
background: @sf-light-gray !important;
float: right;
color: @sf-azure;
float: right;
font-size: 10px;
}
}
Expand Down

0 comments on commit ff7b7b6

Please sign in to comment.