Issue #3374464 by luenemann, Utkarsh_33, vpa24, jennypanighetti, smustgrave, bnjmnm: Claro CSS for dropbutton items adds large gap of white space
(cherry picked from commit bc18f36525
)
merge-requests/8164/head
parent
a989b1dfc9
commit
7ca75f443f
|
@ -341,6 +341,11 @@
|
|||
|
||||
.dropbutton-wrapper:not(.open) .dropbutton__item:first-of-type ~ .dropbutton__item {
|
||||
visibility: hidden;
|
||||
/**
|
||||
* By setting a height of 1px, the dropbutton items are hidden
|
||||
* from view while still occupying minimal space, ensuring the layout remains intact.
|
||||
*/
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -312,6 +312,11 @@
|
|||
|
||||
.dropbutton-wrapper:not(.open) .dropbutton__item:first-of-type ~ .dropbutton__item {
|
||||
visibility: hidden;
|
||||
/**
|
||||
* By setting a height of 1px, the dropbutton items are hidden
|
||||
* from view while still occupying minimal space, ensuring the layout remains intact.
|
||||
*/
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue