Move the "delete endpoint" button closer to the element it is attached to

Co-authored-by: Philippe Martin <phmartin@redhat.com>
This commit is contained in:
Armel Soro
2023-09-15 14:48:19 +02:00
parent d5884465a3
commit 4bf895f272

View File

@@ -11,3 +11,9 @@ mat-card-content{
flex-grow: 1;
overflow: auto;
}
mat-card-actions button{
position: relative;
left: 4px;
bottom: 4px;
}