Make the warnings table responsive.

This commit is contained in:
flash 2018-12-26 15:49:08 +01:00
parent 414f3e230e
commit 3f12ff7d8d

View file

@ -32,6 +32,10 @@
background-color: var(--background-colour-translucent);
display: flex;
padding: 1px;
@media (max-width: @site-mobile-width) {
flex-wrap: wrap;
}
}
&__type,