UX: fix list being limited by modal size (#435)
This commit is contained in:
parent
4934df94e2
commit
0c0fcbc5af
|
@ -71,6 +71,10 @@
|
|||
width: 400px;
|
||||
}
|
||||
|
||||
.assign.modal-body {
|
||||
overflow-y: unset;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: bold;
|
||||
|
||||
|
@ -104,6 +108,7 @@
|
|||
display: flex;
|
||||
align-items: flex-end;
|
||||
line-height: var(--line-height-small);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.name {
|
||||
|
|
Loading…
Reference in New Issue