Browse Source

Fixed width of .ui.attached.icon.message

pull/381/head
Jack Lukic 11 years ago
committed by Adam Snodgrass
parent
commit
7241e37198
2 changed files with 6 additions and 0 deletions
  1. 2
      README.md
  2. 4
      src/collections/message.less

2
README.md

@ -5,6 +5,8 @@ Semantic is a set of specifications for sharing UI elements between developers.
Semantic is production ready, but is formally "pre-release" until proper build and theming tools are available, and documentation is complete for all components.
The project is under constant development, so be sure to check out our [release notes](https://github.com/jlukic/Semantic-UI/blob/master/RELEASE%20NOTES.md) for recent changes.
[![Flattr This](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=jlukic&url=https%3A%2F%2Fgithub.com%2Fjlukic%2FSemantic-UI)
### Bugs and Issues

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