From c19b7aa51580038ee1729112e5fbae3a216df99e Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 25 Jun 2020 09:36:47 +0200 Subject: [PATCH] scss: reset live hint buttons width (#44427) --- static/grandlyon-cut/_custom.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/grandlyon-cut/_custom.scss b/static/grandlyon-cut/_custom.scss index 0969516..ef4f456 100644 --- a/static/grandlyon-cut/_custom.scss +++ b/static/grandlyon-cut/_custom.scss @@ -175,6 +175,9 @@ div#header { } div#main-content { + .field-live-hint button { + width: auto; + } padding: 0; font-size: 16px; div#content {