Fix the trash icon positioning
This commit is contained in:
parent
59bd906adc
commit
0d6ec5093c
1 changed files with 3 additions and 3 deletions
|
|
@ -102,9 +102,9 @@ button {
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 15px;
|
bottom: 20px;
|
||||||
right: 15px;
|
right: 20px;
|
||||||
width: 60px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue