Browse Source

fix(loading-svg): Give the bolt a little space to avoid clipping

Fixes #297
renovate/lint-staged-8.x
Ben Woosley 7 years ago
parent
commit
5b7e3b61b6
No known key found for this signature in database GPG Key ID: 4D8CA4BA18040906
  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