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
There is another issue here - styles are applied only to first (and now second) bottom attached segments. But usually users (and frameworks) just use display:none on not-active tab, therefore there may be, for example with six tabs, five bottom attached segments (all with display:none) following the menu, and the sixth segment is visible, therefore this style will not be applied.
It can be tested on http://semantic-ui.com/modules/tab.html#/examples with first tab example, just surround each tab content (the text: "First","Second","Third") with block element (for example a div) and the third tab will resize by 2px on switch
1px offset
http://jsfiddle.net/owdfposv/1/
The text was updated successfully, but these errors were encountered: