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
1 changed files with 3 additions and 0 deletions

View File

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