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:
parent
d6c6c9cff4
commit
e66e1f61bd
@ -7,5 +7,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mistral-wrapper #actions a.btn{
|
.mistral-wrapper #actions a.btn{
|
||||||
width:inherit;
|
width:initial;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user