Browse Source

Merge branch 'master' of github.com:Semantic-Org/Semantic-UI

pull/578/head
jlukic 10 years ago
parent
commit
6b6b159eeb
1 changed files with 3 additions and 0 deletions
  1. 3
      src/collections/message.less

3
src/collections/message.less

@ -223,6 +223,9 @@
-moz-border-radius: 0em 0em 0.325em 0.325em; -moz-border-radius: 0em 0em 0.325em 0.325em;
border-radius: 0em 0em 0.325em 0.325em; border-radius: 0em 0em 0.325em 0.325em;
} }
.ui.bottom.attached.message:not(:last-child) {
margin-bottom: 1em;
}
.ui.attached.icon.message { .ui.attached.icon.message {
display: block; display: block;
width: auto; width: auto;

Loading…
Cancel
Save