Align CMS select dropdowns with their inputs using fit-input-width.
Remove global el-select popper width caps that caused mismatched dropdown sizing on full-width fields.
This commit is contained in:
@@ -16,16 +16,6 @@
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
.el-select__popper {
|
||||
max-width: min(560px, calc(100vw - 32px));
|
||||
}
|
||||
|
||||
.el-select-dropdown__item {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@media (max-width: $cms-bp-tablet) {
|
||||
html,
|
||||
body,
|
||||
@@ -114,10 +104,6 @@
|
||||
width: min(180px, calc(100vw - 10px)) !important;
|
||||
}
|
||||
|
||||
.el-select__popper {
|
||||
max-width: calc(100vw - 10px);
|
||||
}
|
||||
|
||||
.cms-gate {
|
||||
padding: 12px 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user