From 4db617c659cf1ef0cf11d270722d6781818b78ae Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 30 Mar 2019 21:33:46 +0100 Subject: [PATCH] [9.0.15] footer break word --- core/layout/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index 9c3f2aef..215fbfae 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -474,8 +474,8 @@ body > footer { footer { text-align: center; padding: 1px 20px; - vertical-align:middle; - overflow-wrap: break-word; + vertical-align:middle; + overflow-wrap: break-word; } footer .col4 {