Merge "Add border between robot comment and action buttons"

This commit is contained in:
Ben Rohlfs
2019-11-12 12:16:29 +00:00
committed by Gerrit Code Review

View File

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