Browse Source

Fixes #1191 in 1.0, issue with first stackable card margin

pull/1204/head
jlukic 10 years ago
parent
commit
8325b3f2c2
1 changed files with 3 additions and 0 deletions
  1. 3
      src/definitions/views/card.less

3
src/definitions/views/card.less

@ -721,6 +721,9 @@ a.ui.card:hover,
.ui.stackable.cards {
display: block !important;
}
.ui.stackable.cards .card:first-child {
margin-top: 0em !important;
}
.ui.stackable.cards > .card {
display: block !important;
height: auto !important;

Loading…
Cancel
Save