You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: server/documents/elements/divider.html.eco
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,9 @@ themes : ['default']
37
37
<div class="ui info ignored message">
38
38
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>
39
39
</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
0 commit comments