wrap the settings json

This commit is contained in:
controlol
2021-10-30 10:27:30 +02:00
parent d9ed46ee2d
commit 257dc0857a

View File

@@ -272,6 +272,7 @@ export const PopupContainer = styled.div`
pre {
margin-top: 4.5rem;
white-space: pre-wrap;
}
@media only screen and (max-width: 800px) {
@@ -279,6 +280,7 @@ export const PopupContainer = styled.div`
height: 100vh;
left: 0;
top: 0;
padding: 1rem .5rem;
}
`