Remove spacing tweak on loading indicator

It’s not needed when there’s no whitespace around the text.
This commit is contained in:
Chris Hill-Scott
2019-05-23 11:34:34 +01:00
committed by GitHub
parent 238c56faec
commit 3137c5acf6

View File

@@ -12,7 +12,5 @@
animation: ellipsis steps(4,end) 1.5s infinite;
content: "\2026"; // ellipsis
width: 0;
position: relative;
left: -0.15em;
}
}