From 89cbbe765f0c6d98e59323d1412c0e0d707de6f2 Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Thu, 30 Apr 2020 16:13:41 +0300 Subject: [PATCH] Fixed bug with feedback email on the website (#10595) * Fixed bug on website * Style in CSS file * Style in CSS file --- website/css/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/css/base.css b/website/css/base.css index e7fe6d4723d..1546337d4cf 100644 --- a/website/css/base.css +++ b/website/css/base.css @@ -194,3 +194,7 @@ a.btn-outline-yellow { .w-15 { width: 15% !important; } + +#feedback_email { + white-space: nowrap; +}