mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
16 lines
257 B
CSS
16 lines
257 B
CSS
.root {
|
|
width: 100%;
|
|
overflow: auto;
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
gap: 10px;
|
|
overflow: hidden !important;
|
|
margin-bottom: 5px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
@media only screen and (max-width: 700px) {
|
|
.root {
|
|
flex-direction: column;
|
|
}
|
|
}
|