Make the small-action width responsive on desktops

This commit is contained in:
cpradio 2015-09-25 08:34:34 -04:00
parent f29cd5f192
commit e47e4f7169
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ $topic-avatar-width: 45px;
}
.small-action {
width: 755px;
max-width: 755px;
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
}