mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user