Skip to content

Commit

Permalink
fix(ui): let filter dropdown fit width of the content
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jan 27, 2025
1 parent 0a93b10 commit adb8d9a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ui/src/components/filter/KestraFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -870,10 +870,10 @@ $dashboards: 52px;
.filters-select {
& .el-select-dropdown {
width: 300px !important;
width: auto !important;
&:has(.el-select-dropdown__empty) {
width: 500px !important;
width: auto !important;
}
}
Expand All @@ -882,6 +882,10 @@ $dashboards: 52px;
box-shadow: none;
}
& .el-select-dropdown__item {
padding-right: 20px;
}
& .el-select-dropdown__item .material-design-icon {
bottom: -0.15rem;
}
Expand Down

0 comments on commit adb8d9a

Please sign in to comment.