Fixed bug with feedback email on the website (#10595)

* Fixed bug on website

* Style in CSS file

* Style in CSS file
This commit is contained in:
alexey-milovidov 2020-04-30 16:13:41 +03:00 committed by GitHub
parent 15e8f37839
commit 89cbbe765f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,3 +194,7 @@ a.btn-outline-yellow {
.w-15 {
width: 15% !important;
}
#feedback_email {
white-space: nowrap;
}