mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
avoid wrapping card count text on small screens
This commit is contained in:
parent
83d4f657ad
commit
c009a5bda1
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue