FIX: topic-notifications was taking too much space on mobile

This commit is contained in:
Joffrey JAFFEUX 2017-09-07 20:13:32 +02:00 committed by GitHub
parent 3c0a9d4d19
commit d2d1c29f48
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
#topic-footer-buttons .topic-notifications .btn {
margin: 0;
#topic-footer-buttons .topic-notifications {
min-width: auto;
.btn {
margin: 0;
}
}
#topic-footer-buttons p.reason {