Remove bottom padding on stats info

This commit is contained in:
JonnyWong16 2018-01-03 16:35:22 -08:00
parent 26b06e453d
commit 99f8d24b3e

View file

@ -1273,7 +1273,7 @@ a .dashboard-activity-metadata-user-thumb:hover {
.dashboard-stats-info {
width: 100%;
font-size: 12px;
padding: 3px 0 5px 15px;
padding: 3px 0 0 15px;
position: relative;
}
.dashboard-stats-info-list {