Fixed network site list overflow.

This commit is contained in:
2020-01-09 02:13:37 +01:00
parent 258a9141f0
commit edaf659bf8
2 changed files with 13 additions and 3 deletions

View File

@@ -52,7 +52,10 @@ export default {
display: flex;
&.compact:not(.expanded) {
flex-direction: row;
.tiles {
display: flex;
overflow-x: auto;
}