Skip to content

Commit 33c3e7f

Browse files
authored
fix: navbar dropdown overflow (#119)
- Fixed overflow <img width="429" height="302" alt="Captura de pantalla 2025-11-19 a las 10 51 15" src="https://github.com/user-attachments/assets/5016d4fd-ac93-4181-9df8-07d633c97978" />
1 parent 0a33cb6 commit 33c3e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/common-config/static/common/styles

packages/common-config/static/common/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,7 @@ div[class*="buttonGroup"] button {
14411441
background: var(--wonderland-blue-950) !important;
14421442
border: 1px solid var(--wonderland-blue-800) !important;
14431443
border-radius: 0.5rem;
1444-
width: 12.5rem;
1444+
width: 15.5rem;
14451445
}
14461446

14471447
.dropdown__link {

0 commit comments

Comments
 (0)