mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
limit max width of graphs
https://forums.ankiweb.net/t/anki-2-1-28-beta/629/19
This commit is contained in:
parent
d305a3a2cc
commit
309903b6ba
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