Skip to content

Commit 0db84e2

Browse files
committed
Minor change to spinner to fix issue of right bar moving to the left when spinner is loading
1 parent 34365c4 commit 0db84e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

quick-start/src/main/webapp/WEB-INF/static/css/quick-start.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,8 @@ ul.nav.abn-tree i {
217217

218218
.fa-spin {
219219
font-size: 80px;
220+
width: 0px;
220221
margin: 0px;
221-
float: right;
222-
z-index: 1000;
223222
}
224223

225224
.nav, .pagination, .carousel, .panel-title a {

0 commit comments

Comments
 (0)