MaterialStatus: fix border-radius on small screen sizes

This commit is contained in:
Alex Gleason 2021-10-06 16:10:27 -05:00
parent b6704991d2
commit 5447c27d9e
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -351,6 +351,10 @@
@media screen and (max-width: 580px) {
border-radius: 0;
.material-status__status {
border-radius: 0;
}
}
}