GUAC-1324: Add right margin and remove position relative to stop text overlap.

This commit is contained in:
TheAxnJaxn
2015-09-20 16:37:12 -07:00
parent b111dd6097
commit 4e194b0c89

View File

@@ -191,8 +191,7 @@ div.section {
.caption .activeUserCount { .caption .activeUserCount {
font-style: italic; font-style: italic;
position: relative; margin-right: 1em;
right: 1em;
float: right; float: right;
} }