Skip to content

Commit

Permalink
Move the "delete endpoint" button closer to the element it is attache…
Browse files Browse the repository at this point in the history
…d to

Co-authored-by: Philippe Martin <phmartin@redhat.com>
  • Loading branch information
rm3l and feloy committed Sep 15, 2023
1 parent d588446 commit 4bf895f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ui/src/app/controls/endpoints/endpoints.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ mat-card{
mat-card-content{
flex-grow: 1;
overflow: auto;
}
}

mat-card-actions button{
position: relative;
left: 4px;
bottom: 4px;
}

0 comments on commit 4bf895f

Please sign in to comment.