Fix vue-select dropdown width in wf permissions

This commit is contained in:
Katrin Yordanova
2023-04-11 19:46:56 +03:00
parent e27abef2de
commit e6806276b9
@@ -90,7 +90,6 @@ th {
}
.vs__dropdown-menu {
min-width: min(100%, 15vw);
z-index: 1090;
}