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
This commit is contained in:
Sharat Sharma 2016-11-16 19:05:10 +05:30
parent d6c6c9cff4
commit e66e1f61bd
1 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@
}
.mistral-wrapper #actions a.btn{
width:inherit;
}
width:initial;
}