revert top controls, increate dropdown width

This commit is contained in:
EthanHealy01
2025-10-27 19:29:19 +00:00
parent b1de286b02
commit 3afb6f7ac7
6 changed files with 107 additions and 66 deletions

View File

@@ -122,6 +122,17 @@
font-weight: 500 !important;
}
/* Wider dropdown menu for long block text */
.compare-changes-dropdown {
min-width: 520px !important;
max-width: 70vw !important;
}
/* Ensure options text uses full width inside wider dropdown */
.compare-dropdown-option__text {
max-width: 100%;
}
/* Style the dropdown container */
.compare-changes-select .mantine-Combobox-dropdown {
border: 1px solid var(--mantine-color-gray-3) !important;