Browse Source

Merge pull request #334 from Empact/fix/loading-svg

Give the bolt a little space to avoid clipping
renovate/lint-staged-8.x
Ben Woosley 7 years ago
committed by GitHub
parent
commit
789b73c23e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/components/LoadingBolt/LoadingBolt.scss

2
app/components/LoadingBolt/LoadingBolt.scss

@ -17,7 +17,7 @@
min-height: 250px;
.bolt svg {
height: 150px;
height: 155px;
width: 150px;
}

Loading…
Cancel
Save