From 2dfc763bfa1093fb419f118c2938f6b348562c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanka=20Rodr=C3=ADguez?= Date: Thu, 16 May 2019 11:21:47 +0200 Subject: [PATCH] Fix discover background (#1447) --- public/less/common.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/less/common.less b/public/less/common.less index 4db148d682..ad3129cf96 100644 --- a/public/less/common.less +++ b/public/less/common.less @@ -983,3 +983,7 @@ wz-xml-file-editor { background-color: #0079a5; white-space: nowrap; } + +discover-app-w .container-fluid { + background: #fff; +}