Fixed network site list overflow.
This commit is contained in:
@@ -52,7 +52,10 @@ export default {
|
||||
display: flex;
|
||||
|
||||
&.compact:not(.expanded) {
|
||||
flex-direction: row;
|
||||
|
||||
.tiles {
|
||||
display: flex;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user