In snippet you can see, that if i want to past floated button/group they cant keep position in relative segment. Whats wrong with my layout?
Code listing u can see https://codepen.io/saveurmind/pen/oWXWOa
Content of header placed in segment, I'm using full size column(16) in raw.
If i use buttons without "right floated" - all is ok.
<div class="row">
<div class="sixteen wide column">
<div class="header-bar">
<div class="ui segment">
<div class="header-content">
<h3 class="ui header">Title</h3>
<div class="ui right floated basic buttons">
<div class="ui button">One</div>
<div class="ui button">Two</div>
<div class="ui button">Three</div>
</div>
</div>
</div>
</div>
</div>
</div>