mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
Add margin to the bottom of forgetting curve (#3805)
This commit is contained in:
parent
44e01ea063
commit
0d9a11c19b
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
.forgetting-curve {
|
.forgetting-curve {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 50em;
|
max-width: 50em;
|
||||||
|
margin-bottom: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-range-selector {
|
.time-range-selector {
|
||||||
|
|
Loading…
Reference in a new issue