Skip to content

Commit

Permalink
reduce padding by 5px in info tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Sep 8, 2022
1 parent 4bdb869 commit 4050bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview/src/plots/components/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ $gap: 20px;

.infoTooltip {
max-width: 220px;
padding: 12px 8px;
padding: 7px 3px;
white-space: normal;
display: flex;
gap: 4px;
Expand Down

0 comments on commit 4050bf2

Please sign in to comment.