Skip to content

Commit

Permalink
Refs #140559 - Cards - fix spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 19, 2021
1 parent ad3cb6b commit 1bc902f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ div#page-document {
}

div.content-section-tabs.menu {
overflow: hidden; // TODO limit the number of items I guess
overflow: hidden;
width: 100%;
max-width: 100%;
border-top: none;
Expand Down Expand Up @@ -151,8 +151,8 @@ div#page-document {
}
}

// TODO add custom class for filters (left column)
div.stackable.cards {
div.col-left {
padding: 0px;
margin-top: 10px;

.card .meta {
Expand All @@ -161,8 +161,7 @@ div#page-document {

a.card {
border: 1px solid @sf-light-gray2;
margin-top: 3px;
margin-bottom: 3px;
margin: 3px 0px 3px 0px;
border-radius: 3px;
box-shadow: none;

Expand Down

0 comments on commit 1bc902f

Please sign in to comment.