diff --git a/src/css/default/LSformElement_pre.css b/src/css/default/LSformElement_pre.css index 057d25c2..77775ffa 100644 --- a/src/css/default/LSformElement_pre.css +++ b/src/css/default/LSformElement_pre.css @@ -8,3 +8,20 @@ textarea.LSformElement_pre { height: 20em; width: 38.5em; } + +@media (max-width: 1024px) { + textarea.LSformElement_pre { + width: 40vw; + + } + p.LSformElement_pre { + width: 60vw; + overflow: scroll; + } +} + +@media (max-width: 400px) { + p.LSformElement_pre, textarea.LSformElement_pre { + width: calc(100% - 1em); + } +}