mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
16 lines
311 B
SCSS
16 lines
311 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2023 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
.ibo-details .ibo-prop--apply > span, .ibo-details .ibo-prop--cancel > span {
|
|
display: unset;
|
|
}
|
|
|
|
.ibo-details .ibo-prop--apply {
|
|
display: table-column;
|
|
}
|
|
|
|
.ibo-details {
|
|
margin-top: 5px;
|
|
} |