From 6bba29f2f734209cc7fd92cf81cb61934f2d745c Mon Sep 17 00:00:00 2001 From: Jonas Hess Date: Sat, 29 Jan 2022 23:36:10 +0100 Subject: [PATCH] break word correct for mobile-first layout (that was no max-width, but min-width) --- ffbsee-config-mode-theme/sass/gluon.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ffbsee-config-mode-theme/sass/gluon.scss b/ffbsee-config-mode-theme/sass/gluon.scss index c36cf92..140c7d7 100644 --- a/ffbsee-config-mode-theme/sass/gluon.scss +++ b/ffbsee-config-mode-theme/sass/gluon.scss @@ -421,6 +421,7 @@ textarea { padding-right: 1rem; font-weight: bold; padding-left: 1rem; + overflow-wrap: break-word; } .gluon-value-field { @@ -446,6 +447,7 @@ textarea { .gluon-value-field-text { padding-top: 0.5rem; padding-left: 1rem; + overflow-wrap: break-word; } .gluon-value-field-long { @@ -646,11 +648,6 @@ form > p { .gluon-value-field { margin-right: auto; } - - .gluon-value-title, - .gluon-value-field-text { - overflow-wrap: break-word; - } } // Large devices (desktops, 992px and up)