Fix: Dropdown width issue fixes by using fit-content (#2048)
* Dropdown width issue fixes by using fit-content * Review fixes * Review fixes * Review fixes * Review fixes Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.dropdown-pane {
|
||||
@include elegant-card;
|
||||
@include border-light;
|
||||
width: fit-content;
|
||||
z-index: 999;
|
||||
|
||||
&.dropdown-pane--open {
|
||||
|
||||
Reference in New Issue
Block a user