From 614f894993fee31b82d473afcb3d0d9fa395fbda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Torben=20B=C3=B6hnke?=
 <torben.boehnke-makerspace@ruhr-uni-bochum.de>
Date: Tue, 12 Sep 2023 12:03:11 +0200
Subject: [PATCH] fix overflow contact forms

---
 docs/stylesheets/calendar.css | 1 -
 docs/stylesheets/extra.css    | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/stylesheets/calendar.css b/docs/stylesheets/calendar.css
index 7b56be663..b21597532 100644
--- a/docs/stylesheets/calendar.css
+++ b/docs/stylesheets/calendar.css
@@ -109,7 +109,6 @@ body {
     position: relative;
     max-width: 1200px;
     width: 90%;
-    min-width: 400px;
     margin: auto;
     z-index: 5;
     padding: 20px;
diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index 15a3c4877..3fa54ba9b 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -726,7 +726,6 @@ a.slide-button:hover {
 .form {
   width: 100%;
   max-width: 1200px;
-  min-width: 400px;
   margin: 0 auto;
   background-color: var(--md-default-bg-color);
   padding: 20px;
@@ -761,6 +760,8 @@ a.slide-button:hover {
   border-radius: var(--border-radius);
   background-color: rgba(15, 54, 90, 1);
   color: white;
+  hyphens: auto;
+  text-wrap: balance;
 }
 
 .md-typeset .md-button:is(:focus) {
-- 
GitLab