Skip to content

Commit

Permalink
fix(ZNTA-1973) centered no content glossary icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kgough committed May 17, 2017
1 parent cb564be commit 7e75908
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/zanata-frontend/src/frontend/app/styles/style.less
Expand Up @@ -615,7 +615,9 @@ button .loader-text .loader {
align-items: center;
flex-grow: 1;
justify-content: center;
width: 100%;
margin-left: auto;
margin-right: auto;
width: 300px;
}

.header-loader {
Expand Down

0 comments on commit 7e75908

Please sign in to comment.