Skip to content

Commit fc96c68

Browse files
committed
Align items center of the toolbar
1 parent 01f34f7 commit fc96c68

File tree

1 file changed

+1
-1
lines changed
  • packages/react-devtools-shared/src/devtools/views/SuspenseTab

1 file changed

+1
-1
lines changed

packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseTab.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
flex: 0 0 42px;
117117
padding: 0.5rem;
118118
display: flex;
119-
align-items: flex-start;
119+
align-items: center;
120120
border-bottom: 1px solid var(--color-border);
121121
}
122122

0 commit comments

Comments
 (0)