Don't let long titles display past card title box

This commit is contained in:
Mouse Reeve 2021-01-13 19:38:26 -08:00
parent eb2d414321
commit 766c7afdb9

View file

@ -9,6 +9,9 @@
.card {
overflow: visible;
}
.card-header-title {
overflow: hidden;
}
/* --- TOGGLES --- */
input.toggle-control {