mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°4481 Fix icon selection label overflowing
This commit is contained in:
@@ -13,13 +13,16 @@ $ibo-input-select-icon--menu--icon--max-width: 45px !default;
|
|||||||
$ibo-input-select-icon--menu--icon--margin-right: 10px !default;
|
$ibo-input-select-icon--menu--icon--margin-right: 10px !default;
|
||||||
|
|
||||||
.ibo-input-select-icon{
|
.ibo-input-select-icon{
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
>img{
|
>img{
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding-right: $ibo-input-select-icon--icon--padding-right;
|
padding-right: $ibo-input-select-icon--icon--padding-right;
|
||||||
}
|
}
|
||||||
|
>span{
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ibo-input-select-icon--menu {
|
.ibo-input-select-icon--menu {
|
||||||
|
|||||||
Reference in New Issue
Block a user