Browse Source

Fix stackable card margins

pull/1009/head
jlukic 10 years ago
parent
commit
4a731ef7bb
1 changed files with 3 additions and 2 deletions
  1. 5
      src/definitions/views/card.less

5
src/definitions/views/card.less

@ -683,8 +683,9 @@ a.ui.card:hover,
.ui.stackable.cards > .card {
display: block !important;
height: auto !important;
width: auto !important;
padding: 0% !important;
margin: @stackableRowSpacing @stackableCardSpacing;
padding: 0 !important;
width: @stackableMargin !important;
}
}

Loading…
Cancel
Save