mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
16 lines
310 B
SCSS
16 lines
310 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @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;
|
|
} |