Add border between robot comment and action buttons

* Center Please Fix button
* https://imgur.com/RGIvC2R

Change-Id: Ib6193a660eac1bd2f4f62856b9a75f59d2d100d6
(cherry picked from commit f4c3e92b4e)
This commit is contained in:
Dhruv Srivastava
2019-11-05 16:32:47 +01:00
committed by David Pursehouse
parent 1aa88fe5f9
commit 8c65ef59ac

View File

@@ -103,7 +103,8 @@ limitations under the License.
.robotActions {
display: flex;
justify-content: flex-start;
padding-top: 0;
padding-top: var(--spacing-m);
border-top: 1px solid var(--border-color);
}
.robotActions .action {
/* Keep button text lined up with output text */