Add indent to editor

This commit is contained in:
cuom1999 2022-10-27 20:32:31 -05:00
parent 6b83a1ff0d
commit edfee1f643
3 changed files with 108 additions and 60 deletions

View file

@ -86,9 +86,7 @@ a {
input, textarea {
min-width: 100%;
max-width: 100%;
// Hack for 4k on Chrome
font-size: $base_font_size;
font-size: 1em;
}
}
@ -133,7 +131,4 @@ a {
.comment-body {
word-wrap: break-word;
}
.highlight {
background: #fff897;
}