Make the warnings table responsive.
This commit is contained in:
parent
414f3e230e
commit
3f12ff7d8d
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@
|
||||||
background-color: var(--background-colour-translucent);
|
background-color: var(--background-colour-translucent);
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
|
||||||
|
@media (max-width: @site-mobile-width) {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__type,
|
&__type,
|
||||||
|
|
Loading…
Add table
Reference in a new issue