[Update] UI: Add flex-shrink 0 to download button and dropdown menu styles for better layout control.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
max-width: 8rem;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.download_button {
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 2.8rem;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.each_dropdown_menu_wrapper {
|
||||
@@ -12,6 +13,7 @@
|
||||
gap: 0.6rem;
|
||||
white-space: nowrap;
|
||||
max-width: 24rem;
|
||||
flex-shrink: 0;
|
||||
&.is_disabled {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user