mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-04-11 06:39:28 +02:00
9 lines
144 B
CSS
9 lines
144 B
CSS
#body .flex-block-wrapper {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.flex-block-wrapper table {
|
|
overflow-x: auto;
|
|
white-space: wrap;
|
|
width: 100%;
|
|
}
|