The icons in the Select2Cell, and Select2Control were not visible due to

some CSS change.
pull/3/head
Ashesh Vashi 2016-04-08 11:09:58 +05:30
parent 95ffc908ce
commit 66441e673a
1 changed files with 5 additions and 1 deletions

View File

@ -915,4 +915,8 @@ ul.nav.nav-tabs {
.btn-primary{
margin: 2px 13px !important;
}
}
.pgadmin-control-group span.wcTabIcon {
padding-left: 20px;
}