mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -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;
|
||||
}
|
||||
|
||||
.counts-table td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
table {
|
||||
border-spacing: 1em 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue