Browse Source

Fix label in example

pull/1129/head
jlukic 10 years ago
parent
commit
06ea60e558
1 changed files with 1 additions and 1 deletions
  1. 2
      server/files/stylesheets/semantic.css

2
server/files/stylesheets/semantic.css

@ -756,7 +756,7 @@ body#example.hide {
font-weight: bold !important;
margin: 0em 0em 1em !important;
}
#example.index .demo .ui.label {
#example.index .demo .ui.label:not(.empty) {
margin-bottom: 1em;
}

Loading…
Cancel
Save