From b0dca834516fc56da18c6f92fae1d234c0eb650b Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 24 May 2025 12:22:57 +0200 Subject: [PATCH] Center connections hints --- app/assets/stylesheets/application.postcss.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/application.postcss.css b/app/assets/stylesheets/application.postcss.css index 85a86b7..af39110 100644 --- a/app/assets/stylesheets/application.postcss.css +++ b/app/assets/stylesheets/application.postcss.css @@ -170,6 +170,9 @@ input[type=submit] { border: 1px solid black; margin: 0.5em; padding: 1em; + text-align: center; + word-break: keep-all; + white-space: nowrap; } @media (max-width: 1024px) {