Skip to content

Commit

Permalink
Fix centering of Copy button
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Sep 19, 2024
1 parent ef1cd11 commit 7d7c9f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $tooltip-container-width: 300px;
.tab-tooltip-name-wrapper {
display: flex;
flex-wrap: nowrap;
align-items: first baseline;
align-items: center;
gap: $spacer-1;
}

Expand Down

0 comments on commit 7d7c9f8

Please sign in to comment.