Merge pull request #32 from reznord/fix/long-props-fix

Break the text into next line for long props
This commit is contained in:
Brian Vaughn
2019-03-11 11:26:41 -07:00
committed by GitHub
+1
View File
@@ -14,6 +14,7 @@
.Value {
color: var(--color-attribute-value);
word-break: break-all;
}
.None {