Skip to content

Commit 6cafff1

Browse files
committed
Change margin to padding for loading message, so it doesn't cause scrollbar during loading state.
Fixes #2049
1 parent 9476f92 commit 6cafff1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

app/styles/_overview.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
width: 100%;
360360
}
361361
.loading-message {
362-
margin-top: 20px;
362+
padding-top: 20px;
363363
}
364364
.metrics-collapsed {
365365
flex-grow: 1;

dist/styles/main.css

+3-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)