From e66e1f61bdee07b5743c07169b790ba76cf6d2f3 Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Wed, 16 Nov 2016 19:05:10 +0530 Subject: [PATCH] Fixed action screen "run" button CSS issue Inside action screen, the "run" button is smaller than its text. This patch fixes it. Change-Id: Idf3e33d65b6271448f9f7d56cb3d5635af5d95d0 Closes-Bug: #1642248 --- mistraldashboard/static/mistraldashboard/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mistraldashboard/static/mistraldashboard/css/style.css b/mistraldashboard/static/mistraldashboard/css/style.css index 7c6d011..55888dc 100644 --- a/mistraldashboard/static/mistraldashboard/css/style.css +++ b/mistraldashboard/static/mistraldashboard/css/style.css @@ -7,5 +7,5 @@ } .mistral-wrapper #actions a.btn{ - width:inherit; -} \ No newline at end of file + width:initial; +}