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