feat: update Dropdown component styles for improved layout and structure

This commit is contained in:
alexsparkes
2026-01-25 20:26:00 +00:00
parent 47b7397bd4
commit 155dc46e68

View File

@@ -17,6 +17,10 @@
position: relative;
width: 300px;
margin-top: 10px;
gap: 8px;
display: flex;
flex-flow: column;
&.disabled {
opacity: 0.5;