mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°2847 - FieldSet, MultiColumn, Tab CSS
This commit is contained in:
@@ -4,4 +4,9 @@
|
||||
*/
|
||||
|
||||
.ibo-column {
|
||||
}
|
||||
min-width: 300px;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
padding: 0 20px;
|
||||
flex-basis: 10%;
|
||||
}
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
.ibo-multi-column {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
Reference in New Issue
Block a user