MissingIndicator: fix background overflow (border-radius)

This commit is contained in:
Alex Gleason
2021-10-06 16:30:26 -05:00
parent 8facd71822
commit a917d79ec7

View File

@ -194,6 +194,11 @@
align-items: center;
justify-content: center;
padding: 20px;
border-radius: 10px;
@media screen and (max-width: 580px) {
border-radius: 0;
}
& > div {
width: 100%;