#13059 switchs style like mockup

This commit is contained in:
Jonathan 2024-04-09 13:21:07 +02:00
parent 1fed8ffb09
commit 5374ca97e4
1 changed files with 10 additions and 0 deletions

View File

@ -27,6 +27,8 @@
}
#select_multiple_modules_filtered_formated .recursive-modules > div {
display: flex;
flex-wrap: nowrap;
flex-direction: row-reverse;
justify-content: flex-end;
}
@ -40,6 +42,14 @@
min-width: 250px !important;
}
#select_multiple_modules_filtered_formated > div > div > label.p-switch {
width: 10%;
}
#select_multiple_modules_filtered_formated > div > div > label.font-title-font {
margin-top: 5px;
}
#select_multiple_modules_filtered_formated > div > div > .select2 {
min-width: 250px !important;
}