Merge pull request #2988 from alphagov/loading-spacing

Remove spacing tweak on loading indicator
This commit is contained in:
Chris Hill-Scott
2019-05-30 13:54:32 +01:00
committed by GitHub

View File

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