mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fixed some minor CSS issues
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
flex-direction: column;
|
||||
flex: 1 1 100px;
|
||||
max-width: 300px;
|
||||
overflow-x: hidden;
|
||||
border-left: 1px solid var(--color-border);
|
||||
border-top: 1px solid var(--color-border);
|
||||
}
|
||||
|
||||
@@ -16,6 +16,9 @@
|
||||
.Component {
|
||||
flex: 1;
|
||||
color: var(--color-component-name);
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.Component:before {
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user