Skip to content
Discussion options

You must be logged in to vote

This is basically adjusted at compile time via LESS variables, so there currently is no separate variant to put the icon to the left.
But, if you dont want to recompile, you can revert the float for those items by

.ui.vertical.sidebar.menu .item > i.icon {
  float: none;
  margin: 0 .35714286em 0 0;
}

See https://jsfiddle.net/lubber/4m2coysx/7/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants