Skip to content

Commit

Permalink
changed width of Select component to 300px
Browse files Browse the repository at this point in the history
  • Loading branch information
rd-99 committed Nov 24, 2024
1 parent 39d2919 commit d7cc0dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/components/filter/KestraFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,10 @@
.filters {
width: -webkit-fill-available;
& .el-select {
width: 300px;
}
& .el-select__placeholder {
color: var(--bs-gray-700);
}
Expand Down

0 comments on commit d7cc0dc

Please sign in to comment.