Skip to content

Commit

Permalink
fix: padding in groups panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathryn Gough committed Dec 1, 2017
1 parent e672706 commit 57261d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/zanata-frontend/src/frontend/app/styles/gwt.less
Expand Up @@ -27,8 +27,11 @@
#project-info h1 {
height: auto;
}
#maintainedGroups .list--stats .list__item__content {
padding: 0.75rem 0.7rem 0.375rem !important
}
.list--stats .list__item__content {
padding: 0.75rem 0.75rem 0.75rem !important;
padding: 0.75rem 2rem !important;
}
button.close {
-webkit-box-shadow: none;
Expand Down

0 comments on commit 57261d1

Please sign in to comment.