fix(webui): add scrollbar to cards if needed (#429)
This commit is contained in:
parent
afc8de57e1
commit
5c48a9148e
@ -27,3 +27,8 @@ td.text-end > a > svg {
|
|||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
margin-bottom: 4px; /* to centre the icon */
|
margin-bottom: 4px; /* to centre the icon */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* if an item name is super long, ensure it doesn't prevent the user from using actions */
|
||||||
|
.card-body {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user