Skip to content

Commit

Permalink
fix(SvgLibrary): remove left margin for empty state text (#4208)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
emyarod and kodiakhq[bot] committed Aug 26, 2024
1 parent fb65bbc commit c255f48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SVGLibraries/shared/SvgLibrary.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ $svg-card-border: 1px solid $ui-03;
.no-result p {
margin: 0;
margin-top: $spacing-06;
margin-left: $spacing-05;
max-width: 400px;
}

Expand Down

0 comments on commit c255f48

Please sign in to comment.