Browse Source

(fix) tab-width: 4

Signed-off-by: Muthu Kumar <muthukumar@thefeathers.in>
master
Muthu Kumar 3 years ago
parent
commit
84cf6e49a5
Signed by: mkrhere GPG Key ID: 3FD688398897097E
  1. 5
      public/custom.css

5
public/custom.css

@ -39,6 +39,11 @@ body .full.height {
background: var(--color-body); background: var(--color-body);
} }
.tab-size-8 {
tab-size: 4 !important;
-moz-tab-size: 4 !important;
}
.page-content.home, .page-content.home,
.page-content.home > div { .page-content.home > div {
height: 100%; height: 100%;

Loading…
Cancel
Save