Browse Source

Fix issue with divider descendors being cut off #3585

pull/3704/head
Jack Lukic 8 years ago
parent
commit
45e4bd84c1
2 changed files with 2 additions and 2 deletions
  1. 1
      RELEASE-NOTES.md
  2. 3
      src/definitions/elements/divider.less

1
RELEASE-NOTES.md

@ -9,6 +9,7 @@
- **Form** - Fixed use of deprecated `size()` method in `prompt` #3655 **Thanks @SimonArdrey**
-**Table** - Fixed issue where `striped selectable` table would not correctly show hover color on striped rows
-**Segment/Message** - Fixed issue where `top attached message` would have no border when attached to `segment` #3619
-**Divider** - Fixed issue where descenders like "g" would be cut off in `horizontal divider` #3585
**Enhancements**
- **Build Tools** - Added new `autoInstall` option to allow for Semantic to be installed without user interaction. See [docs explanation](http://www.semantic-ui.com/introduction/advanced-usage.html#Auto-Install) for how to use. #3616 **Thanks @algorithme**

3
src/definitions/elements/divider.less

@ -67,7 +67,6 @@
height: auto;
margin: @horizontalMargin;
overflow: hidden;
line-height: 1;
text-align: center;
}
@ -254,4 +253,4 @@
}
.loadUIOverrides();
.loadUIOverrides();
Loading…
Cancel
Save