FIX: prevents notifications button to be cutoff on mobile (#8998)

This commit is contained in:
Joffrey JAFFEUX
2020-02-18 23:40:10 +01:00
committed by GitHub
parent 05be9beefd
commit 8f82d790d4

View File

@ -6,7 +6,6 @@
width: 400px;
@media screen and (max-width: 767px) {
max-width: 100%;
width: auto;
}
}