Browse Source

Fix another example bug

pull/1139/merge
jlukic 10 years ago
parent
commit
00f2be048a
1 changed files with 2 additions and 2 deletions
  1. 4
      server/files/stylesheets/semantic.css

4
server/files/stylesheets/semantic.css

@ -888,8 +888,8 @@ body#example.hide {
margin: 0 auto; margin: 0 auto;
max-width: 1100px; max-width: 1100px;
} }
#example .demo.row .menu,
#example .demo.row .card {
#example .demo.row .ui.menu,
#example .demo.row .ui.card {
width: 100%; width: 100%;
} }
#example .demo.row h4 { #example .demo.row h4 {

Loading…
Cancel
Save