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
No known key found for this signature in database
GPG Key ID: 4D8CA4BA18040906
1 changed files with
1 additions and
1 deletions
-
app/components/LoadingBolt/LoadingBolt.scss
|
@ -17,7 +17,7 @@ |
|
|
min-height: 250px; |
|
|
min-height: 250px; |
|
|
|
|
|
|
|
|
.bolt svg { |
|
|
.bolt svg { |
|
|
height: 150px; |
|
|
height: 155px; |
|
|
width: 150px; |
|
|
width: 150px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|