[Legacy] Group User Page Styling Fixes

This commit is contained in:
balumahendran 2022-08-19 18:58:15 +05:30 committed by Clemente Raposo
parent 9c59351914
commit 38fe4b7f98

View file

@ -429,4 +429,16 @@ form.userprofile {
font-size: 13px;
}
}
}
.detail-view {
.nav-tabs {
li {
top: 1.32em;
}
}
.panel-content {
.panel-default {
margin-top: 0;
}
}
}
}