Skip to content

Commit 031c4e7

Browse files
Updated component to version 2.3.1
1 parent 42e568e commit 031c4e7

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

RELEASE-NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 2.3.1 - Mar 19, 2018
2+
3+
- **Reveal** - Fix `whitespace: nowrap;` applying to content inside `slide reveal` and `move reveal`
4+
15
### Version 2.2.14 - Jan 29, 2018
26

37
- **Reveal** - `ribbon label` can now work with `reveal` [#5681](https://github.com/Semantic-Org/Semantic-UI/issues/5681)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"framework"
1616
],
1717
"license": "MIT",
18-
"version": "2.3.0"
18+
"version": "2.3.1"
1919
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-ui-reveal",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"title": "Semantic UI - Reveal",
55
"description": "Single component release of reveal",
66
"homepage": "http://www.semantic-ui.com",

reveal.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.0 - Reveal
2+
* # Semantic UI 2.3.1 - Reveal
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -55,6 +55,7 @@
5555
.ui.slide.reveal > .content {
5656
display: block;
5757
width: 100%;
58+
white-space: normal;
5859
float: left;
5960
margin: 0em;
6061
-webkit-transition: -webkit-transform 0.5s ease 0.1s;
@@ -153,6 +154,7 @@
153154
.ui.move.reveal > .content {
154155
display: block;
155156
float: left;
157+
white-space: normal;
156158
margin: 0em;
157159
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
158160
transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;

reveal.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)