Skip to content

Commit

Permalink
Fix whitespace problem wiht DevTools Components search (#18527)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Apr 7, 2020
1 parent dc49ea1 commit e8ac48f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@

.Wrapper {
padding: 0 0.25rem;
white-space: nowrap;
white-space: pre;
height: var(--line-height-data);
line-height: var(--line-height-data);
display: inline-flex;
Expand Down

0 comments on commit e8ac48f

Please sign in to comment.