N°2847 - Fix object details being too wide

This commit is contained in:
Molkobain
2020-10-02 22:09:18 +02:00
parent 5626da7a5e
commit b8af22baad

View File

@@ -22,6 +22,7 @@
#ibo-main-content{
flex-grow: 1; /* To occupy maximum width, side content will handle its width */
overflow-x: auto; /* To avoid main content to be too wide when the blocks within it have no width constraints. This way it will occupy only the remaining space left by the side part */
}
}