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