Skip to content

Commit 5ff6745

Browse files
authored
Warning about a know bug added
Vertical divider have a know bug since July/16, but new issues about this keep coming. A warning message was added to the documentation. The link points to: Semantic-Org/Semantic-UI#4342
1 parent eabde23 commit 5ff6745

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)