mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-26 13:44:19 +01:00
14 lines
247 B
SCSS
14 lines
247 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%;
|
|
margin-bottom: 20px;
|
|
}
|