Skip to content

Commit

Permalink
Refs #140559 - Fix icon spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 21, 2021
1 parent edc92be commit 918eb74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ div#page-document {
margin-right: 10px;

i.icon {
margin-left: 0px;
background: white;
line-height: 1em;
}
Expand Down Expand Up @@ -913,11 +914,11 @@ div.ui.modal.facet {

.color {
position: relative;
background-color: #2d9390;
width: 0px;
height: 10px;
border-radius: 1px;
animation: progres 4s infinite linear;
background-color: #2d9390;
border-radius: 1px;
}
}
}
Expand Down

0 comments on commit 918eb74

Please sign in to comment.