Skip to content

Commit

Permalink
Merge pull request #1044 from newrelic/sunny/fix-popover-left-padding
Browse files Browse the repository at this point in the history
fix PopoverButton spacing
  • Loading branch information
sunnyzanchi authored Apr 25, 2024
2 parents 197608e + fe0d172 commit 5767e00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ const PopoverButton = ({ children, nrBrowserAgentCategory, Popover }) => {
cursor: pointer;
display: inline-flex;
justify-content: center;
padding-bottom: 1px;
padding-right: 1px;
padding: 1px;
margin-right: 2px;
`}
ref={button}
onClick={(e) => {
Expand Down

0 comments on commit 5767e00

Please sign in to comment.