mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #32 from reznord/fix/long-props-fix
Break the text into next line for long props
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
.Value {
|
||||
color: var(--color-attribute-value);
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.None {
|
||||
|
||||
Reference in New Issue
Block a user