Skip to content

Commit 7d1256d

Browse files
authored
Merge pull request #304 from Semantic-Org/4670
Elaborated the use of floating labels
2 parents e4f7a0e + fb76721 commit 7d1256d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

server/documents/elements/label.html.eco

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ themes : ['Default', 'GitHub']
305305

306306
<div class="example" data-class="floating">
307307
<h4 class="ui header">Floating</h4>
308-
<p>A label can float above another element</p>
308+
<p>A label can float above another element.</p>
309+
<div class="ui ignored warning message">A floating label must be positioned inside a container with <b>position: relative</b> to display properly.</div>
309310
<div class="ui compact menu">
310311
<a class="item">
311312
<i class="icon mail"></i> Messages

0 commit comments

Comments
 (0)