mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
docs: Align text left
Otherwise this does "justify", which in bad cases can spread the text over the width of the whole line, leaving awkward space between words. This looks something like ``` The main file is ~/.config/fish/config.fish ``` The current python docs theme also left-aligns.
This commit is contained in:
parent
9575f0eb4f
commit
a6d484836e
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ div.body {
|
|||
|
||||
div.body p {
|
||||
line-height: 2em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
|
||||
|
|
Loading…
Reference in a new issue