Merge pull request #6138 from ivanscinote/SCI-8592-long-name-experiment-modal

Fix long names being cut off at move task modal [SCI-8592]
This commit is contained in:
Martin Artnik 2023-09-06 11:39:26 +02:00 committed by GitHub
commit 3b3e3cdc46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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