Skip to content

Commit

Permalink
Merge pull request #4323 from coralproject/fix/CORL-2887-refresh-icon…
Browse files Browse the repository at this point in the history
…-alignment

[CORL-2887]: update refresh and close button display
  • Loading branch information
tessalt authored Aug 24, 2023
2 parents 416e5cc + b9b666f commit 6c78b73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

.refreshButtonIcon {
padding-right: 0.2rem;
display: inline-block;
display: inline;
}

.refreshButtonIcon svg {
Expand All @@ -44,7 +44,7 @@
}

.closeButtonIcon {
display: inline-block;
display: inline;
}

.closeButtonIcon svg {
Expand Down

0 comments on commit 6c78b73

Please sign in to comment.