correct mobile badge display

This commit is contained in:
Jeff Atwood 2016-03-29 23:36:54 -07:00
parent cdf6aa4cb4
commit 4d5074994c
1 changed files with 3 additions and 3 deletions

View File

@ -614,10 +614,10 @@
width: 300px;
}
.user-info.medium.user-detail {
.user-info.medium .user-detail {
width: 240px;
}
.user-info.medium.user-image {
width: 50px;
.user-info.medium .user-image {
width: auto;
}