Skip to content

Commit

Permalink
Refs #139198 - Horizontal card - fix spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 7, 2021
1 parent 878843c commit 03435d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ div#page-document {

width: 100%;
padding-bottom: 5px;
border-bottom: 1px solid @s-medium-gray;
margin-top: 5px;
clear: both;

Expand Down Expand Up @@ -547,12 +546,13 @@ div.ui.modal {
@media only screen and (min-width: 600px) {
div.search-result {
div.col-left {
padding-right: 3em;
padding-right: 2em;
}

div.col-right {
img {
padding-right: 0px !important;
margin-top: 10px;
}
}
}
Expand Down

0 comments on commit 03435d0

Please sign in to comment.