Browse Source

Merge pull request #381 from overra/fixed-attached-image-width

Fixed width of .ui.attached.icon.message
pull/382/merge
Jack Lukic 11 years ago
parent
commit
439763547e
1 changed files with 4 additions and 0 deletions
  1. 4
      src/collections/message.less

4
src/collections/message.less

@ -219,6 +219,10 @@
-moz-border-radius: 0em 0em 0.325em 0.325em;
border-radius: 0em 0em 0.325em 0.325em;
}
.ui.attached.icon.message {
display: block;
width: auto;
}
/*--------------

Loading…
Cancel
Save