Skip to content
Snippets Groups Projects
Verified Commit bc18f365 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3374464 by luenemann, Utkarsh_33, vpa24, jennypanighetti, smustgrave,...

Issue #3374464 by luenemann, Utkarsh_33, vpa24, jennypanighetti, smustgrave, bnjmnm: Claro CSS for dropbutton items adds large gap of white space
parent 1fd79604
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment