mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
limit max width of graphs
https://forums.ankiweb.net/t/anki-2-1-28-beta/629/19
This commit is contained in:
parent
a5e823f3ec
commit
e46a89ddbe
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ body {
|
|||
.graph {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 80em;
|
||||
}
|
||||
|
||||
.graph h1 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue