[refactor] Enabled Stylelint 'declaration-colon-space-after' rule

This commit is contained in:
Steven Evans
2018-07-09 16:42:54 -04:00
parent 71d80ae5a4
commit d563d9624a
11 changed files with 182 additions and 182 deletions

View File

@@ -16,7 +16,7 @@
overflow: auto;
overflow-y: scroll;
background-color: var(--my-background-color);
table-layout:fixed;
table-layout: fixed;
}
#terminal-input {
@@ -39,7 +39,7 @@
.terminal-line {
width: 70%;
word-wrap: break-word;
hyphens:auto;
hyphens: auto;
-webkit-hyphens: auto;
-moz-hyphens: auto;
}