normalize styles of child group count badge, resolves #2376 (#2462)

This commit is contained in:
Leigh 2016-06-16 18:53:39 -04:00 committed by GitHub
parent d50cd9882d
commit 9590c245fd
2 changed files with 1 additions and 5 deletions

View File

@ -20,7 +20,3 @@
background: @btn-bg-sel;
}
}
.List-tableRow .badge, {
padding: 3px 15px;
border-radius: 6px;
}

View File

@ -282,7 +282,7 @@ angular.module('GeneratorHelpers', [systemStatus.name])
html += (field.dataPlacement) ? " data-placement=\"" + field.dataPlacement + "\"" : "";
html += ">";
}
html += "<span class=\"badge\"";
html += "<span class=\"badge List-titleBadge\"";
html += " aw-tool-tip=\"" + field.awToolTip + "\"";
html += (field.dataPlacement) ? " data-placement=\"" + field.dataPlacement + "\"" : "";
html += (field['class']) ? " " + field['class'] : "";