mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Wrap columns on categories/latest if the browser is too small
This commit is contained in:
parent
253de41166
commit
2097c60cc0
@ -116,10 +116,12 @@
|
||||
|
||||
.categories-and-latest {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-flow: row wrap;
|
||||
|
||||
div.column {
|
||||
flex: 1;
|
||||
flex-direction: row;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
div.column.categories {
|
||||
|
Loading…
Reference in New Issue
Block a user