mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fixed some small overflow/scrollbar issues
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
.ValueInputLabel {
|
||||
flex: 1 1 100%;
|
||||
display: flex;
|
||||
}
|
||||
.ValueInputLabel:focus-within {
|
||||
background-color: var(--color-button-background-focus);
|
||||
}
|
||||
|
||||
.ValueInput {
|
||||
width: 100%;
|
||||
flex: 1 1;
|
||||
background: none;
|
||||
border: 1px solid transparent;
|
||||
color: var(--color-attribute-editable-value);
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
|
||||
.Value {
|
||||
color: var(--color-attribute-value);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.None {
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
|
||||
.Value {
|
||||
color: var(--color-attribute-value);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.None {
|
||||
|
||||
@@ -51,7 +51,8 @@
|
||||
}
|
||||
|
||||
.InspectedElement {
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
font-family: var(--font-family-monospace);
|
||||
font-size: var(--font-size-monospace-normal);
|
||||
line-height: var(--line-height-data);
|
||||
|
||||
Reference in New Issue
Block a user