mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix small sizing issue with expand collapse toggle
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.ExpandCollapseToggle {
|
||||
flex: 0 0 1rem;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
padding: 0;
|
||||
|
||||
@@ -57,5 +57,6 @@
|
||||
}
|
||||
|
||||
.ExpandCollapseToggleSpacer {
|
||||
flex: 0 0 1rem;
|
||||
width: 1rem;
|
||||
}
|
||||
|
||||
@@ -30,5 +30,6 @@
|
||||
}
|
||||
|
||||
.ExpandCollapseToggleSpacer {
|
||||
flex: 0 0 1rem;
|
||||
width: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user