Skip to content

Commit 9ef4388

Browse files
committed
Fixes #6125
1 parent 88ea864 commit 9ef4388

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

RELEASE-NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
**Bugs**
66
- **Icons** - Fixes some icons that were incorrectly named. **Thanks hammy2899** [#6181](https://github.com/Semantic-Org/Semantic-UI/pull/6181) [#6180](https://github.com/Semantic-Org/Semantic-UI/pull/6180) [#6176](https://github.com/Semantic-Org/Semantic-UI/pull/6176) [#6175](https://github.com/Semantic-Org/Semantic-UI/pull/6175)
7+
- **Icons** - Increased specifity on `fitted icon` to fix compatibility with other components [#6125](https://github.com/Semantic-Org/Semantic-UI/issues/6125)
8+
9+
**Docs**
10+
- Fixes CDN links in docs **Thanks @KSH-code**
711

812
### Version 2.3.0 - Feb 20, 2018
913

src/definitions/elements/icon.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ i.disabled.icon {
114114

115115
i.fitted.icon {
116116
width: auto;
117-
margin: 0em;
117+
margin: 0em !important;
118118
}
119119

120120
/*-------------------

0 commit comments

Comments
 (0)