avoid wrapping card count text on small screens

This commit is contained in:
Damien Elmes 2021-02-03 21:08:07 +10:00
parent 83d4f657ad
commit c009a5bda1

View file

@ -49,6 +49,10 @@
justify-content: center; justify-content: center;
} }
.counts-table td {
white-space: nowrap;
}
table { table {
border-spacing: 1em 0; border-spacing: 1em 0;
} }