mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
13 lines
224 B
SCSS
13 lines
224 B
SCSS
/*!
|
|
* copyright Copyright (C) 2010-2020 Combodo SARL
|
|
* license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
.ibo-column {
|
|
min-width: 300px;
|
|
flex-grow: 1;
|
|
flex-shrink: 1;
|
|
padding: 0 20px;
|
|
flex-basis: 10%;
|
|
}
|