Skip to content

Commit

Permalink
Refs #141511 - Fix cards layout - equal width for cards on the same row.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 2, 2021
1 parent 4667e60 commit 3184ee0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,8 @@ div#page-document {

div.card-item {
width: unset;
min-width: 200px;
flex-basis: 200px;
flex-grow: 1;
// flex-shrink: 1;
border-radius: 0px;
Expand Down Expand Up @@ -1292,7 +1294,6 @@ div.ui.modal.facet {
div.cards {
div.card-item {
max-width: 400px !important;
flex-basis: 230px;
}
}
}
Expand Down

0 comments on commit 3184ee0

Please sign in to comment.