Browse Source

Fixes message attached between top and bottom.

pull/568/head
joltmode 10 years ago
parent
commit
2900d17ece
1 changed files with 4 additions and 0 deletions
  1. 4
      src/collections/message.less

4
src/collections/message.less

@ -212,6 +212,10 @@
0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset
;
}
.ui.attached + .ui.attached.message:not(.top):not(.bottom) {
margin-top: -1px;
border-radius: 0em;
}
.ui.bottom.attached.message {
margin-top: -1px;

Loading…
Cancel
Save