From 1d273581639becaa50847a02a38f04338a035350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 30 Nov 2022 23:16:24 +0100 Subject: Embedding and attachements. --- mu4web/static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mu4web/static/style.css') diff --git a/mu4web/static/style.css b/mu4web/static/style.css index 2223f33..8297aab 100644 --- a/mu4web/static/style.css +++ b/mu4web/static/style.css @@ -105,3 +105,12 @@ footer { grid-column: 2; } + +iframe { + width: 100%; +} + +main pre { + white-space: pre-wrap; + border: 2px solid black; +} -- cgit v1.2.3