mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-24 08:41:56 +08:00
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:
commit
3b3e3cdc46
1 changed files with 6 additions and 1 deletions
|
@ -95,8 +95,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
#modal-move-module {
|
||||
#modal-move-modules {
|
||||
.dropdown-menu {
|
||||
max-width: 100%;
|
||||
|
||||
ul {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue