fix PM participant alignment on mobile

This commit is contained in:
Jeff Atwood 2014-07-12 22:17:54 -07:00
parent 33cbb2a63c
commit 504e971bda
1 changed files with 5 additions and 0 deletions

View File

@ -183,6 +183,11 @@ a.star {
margin: 0 0 7px;
}
.user {
float: left;
margin-right: 10px;
}
ul {
margin: 0;
list-style: none;