Fix long names being cut off at move task modal [SCI-8592]

This commit is contained in:
Ivan Kljun 2023-09-05 15:42:01 +02:00
parent 678e40f04d
commit c2b686324f

View file

@ -95,8 +95,13 @@
}
}
#modal-move-module {
#modal-move-modules {
.dropdown-menu {
max-width: 100%;
ul {
display: grid;
grid-template-columns: 1fr;
}
}
}