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
nod_ 2024-05-21 15:38:28 +02:00
parent a989b1dfc9
commit 7ca75f443f
No known key found for this signature in database
GPG Key ID: 76624892606FA197
2 changed files with 10 additions and 0 deletions

View File

@ -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;
}
/**

View File

@ -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;
}
/**