Merge "Add border between robot comment and action buttons"
This commit is contained in:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user