avoid wrapping card count text on small screens

This commit is contained in:
Damien Elmes 2021-02-03 21:08:07 +10:00
parent fb3b1bdbb3
commit 67accf7829

View file

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