mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-04-19 18:19:29 +02:00
9 lines
142 B
CSS
9 lines
142 B
CSS
#body .flex-block-wrapper {
|
|
max-width: 100%;
|
|
min-width: 100%;
|
|
}
|
|
|
|
.flex-block-wrapper table {
|
|
overflow-x: auto;
|
|
width: 100%;
|
|
}
|