Merge pull request #522 from mouse-reeve/card-title-overflow

Don't let long titles display past card title box
This commit is contained in:
Mouse Reeve 2021-01-13 21:47:15 -08:00 committed by GitHub
commit b5e2f6cba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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