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

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