mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 13:08:45 +02:00
N°2847 - Rework of MultiColumn / Column
- Remove unused HTML template - Move SCSS files to match convention - Move Column under MultiColumn to match convention (eg. ActivityPanel, PopoverMenu) - Update PHPDoc
This commit is contained in:
10
css/backoffice/layout/multi-column/_multi-column.scss
Normal file
10
css/backoffice/layout/multi-column/_multi-column.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
/*!
|
||||
* copyright Copyright (C) 2010-2020 Combodo SARL
|
||||
* license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
.ibo-multi-column {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
Reference in New Issue
Block a user