Skip to content

Commit

Permalink
Refs #139198 - Fix warnings (p -> div).
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 8, 2021
1 parent afabe75 commit dfe910d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ div#page-document {
padding-right: 2em;
float: left;

p.meta {
div.meta {
margin-bottom: 10px;
font-size: 12px !important;
}
Expand Down Expand Up @@ -441,7 +441,8 @@ div#page-document {
padding-left: 10px;
float: left;

p.meta {
div.meta {
margin-bottom: 5px;
font-size: 12px !important;

span.score {
Expand Down Expand Up @@ -538,13 +539,14 @@ div.ui.modal {

fieldset.sui-facet.searchlib-fixedrange-facet {
padding: 20px;

legend.sui-facet__title {
position: relative;
top: 15px;
left: 12px;
color: @sf-dark-gray;
text-transform: initial;
font-size: 14px;
text-transform: initial;
}
}

Expand Down

0 comments on commit dfe910d

Please sign in to comment.