N°2039 - Fix visual glitches with set input and "+" icon

This commit is contained in:
Molkobain
2024-05-02 15:28:49 +02:00
parent 188a3fe3cc
commit 3cf3159469
3 changed files with 22 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ $ibo-input-set--item--box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgb
/* CSS rules from the old style, retrieved almost as is. Do not change the classes names in the markup without second thought as they are used by the portal as well */
/* - Item style, always the same in read-only or edition */
%ibo-input-set--item {
display: inline-block;
display: inline-flex;
margin-top: $ibo-input-set--item--margin-y;
margin-right: 0;
margin-bottom: $ibo-input-set--item--margin-y;