Merge pull request #728 from hedgedoc/fix/statusBarCover

fixed last line statusbar cover problem
This commit is contained in:
David Mehren 2021-01-14 21:39:20 +01:00 committed by GitHub
commit 3d4f1e163c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ body:not(.night) .night {
overflow-y: auto !important; overflow-y: auto !important;
} }
.CodeMirror-code { .CodeMirror-code {
/*padding-bottom: 36px;*/ margin-bottom: 36px;
} }
.CodeMirror-gutter-elt { .CodeMirror-gutter-elt {
text-align: center; text-align: center;