Browse Source

Merge pull request #569 from joltmode/master

Fixes bottom attached message bottom margin.
pull/578/head
Jack Lukic 10 years ago
parent
commit
a1f920ceb3
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;
border-radius: 0em 0em 0.325em 0.325em;
}
.ui.bottom.attached.message:not(:last-child) {
margin-bottom: 1em;
}
.ui.attached.icon.message {
display: block;
width: auto;

Loading…
Cancel
Save