fix team table wrap - closes #6009

pull/6012/head
Thibault Duplessis 2020-02-10 08:53:31 -06:00
parent 437bb71840
commit dd912d7ff9
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
td {
padding-top: 1.2rem;
padding-bottom: 1.2rem;
&:last-child {
white-space: nowrap;
}
}
.team-name {
font-size: 1.5em;