Skip to content

Commit 54f928b

Browse files
authored
Merge pull request #270 from hmaesta/patch-1
Warning about a know bug added
2 parents eabde23 + 5ff6745 commit 54f928b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

server/documents/elements/divider.html.eco

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ themes : ['default']
3737
<div class="ui info ignored message">
3838
A vertical divider will automatically swap to a horizontal divider at mobile resolutions when used inside a <a href="/collections/grid.html#stackable-grid"><code>stackable grid</code></a>
3939
</div>
40+
<div class="ui warning ignored message">
41+
There is a know bug of vertical dividers after a W3C update. Please read <a href="https://github.com/Semantic-Org/Semantic-UI/issues/4342" target="_blank" rel="nofollow">#4342</a> for more information
42+
</div>
4043
<div class="ui three column very relaxed grid">
4144
<div class="column">
4245
<img class="ui wireframe image" src="/images/wireframe/short-paragraph.png">
@@ -205,4 +208,4 @@ themes : ['default']
205208
</div>
206209
</div>
207210

208-
</div>
211+
</div>

0 commit comments

Comments
 (0)