Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.09k stars 4.95k forks source link

Positioning content to left in an left aligned Sidebar #6975

Open JfrA opened 4 years ago

JfrA commented 4 years ago

No solution for this?

Originally posted by @JfrA in https://github.com/Semantic-Org/Semantic-UI-React/issues/3802#issuecomment-623116717

iamareebjamal commented 4 years ago

No, this repo has been deprecated for years, use fomantic UI

jaredible commented 4 years ago

Welp, I'm sad now.

SeWieland commented 3 years ago
.item {
    text-align: left!important;
}

Works for me