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
Because of the Semantic UI styles, column will only have desired width if they are specific children of parents.
Right now only elements that have classes ui grid are dashboard_body() and tab_item(). Sometimes user would want to insert columns somewhere deeper in the UI. We should give them a readymade container for columns that will allow them to do that without hack like adding custom classes to divs.
The text was updated successfully, but these errors were encountered:
Because of the Semantic UI styles, column will only have desired width if they are specific children of parents.
Right now only elements that have classes
ui grid
aredashboard_body()
andtab_item()
. Sometimes user would want to insert columns somewhere deeper in the UI. We should give them a readymade container for columns that will allow them to do that without hack like adding custom classes to divs.The text was updated successfully, but these errors were encountered: