Align Duedate-delete icon properly - fixes nextcloud/deck#3791

Signed-off-by: ben <ben@ro.tt>
This commit is contained in:
ben
2022-05-12 10:28:24 +02:00
parent 2c7708dab1
commit e3d1970369

View File

@@ -388,9 +388,11 @@ export default {
.section-details { .section-details {
flex-grow: 1; flex-grow: 1;
display: flex;
flex-wrap: wrap;
button.action-item--single { button.action-item--single {
margin-top: -6px; margin-top: -3px;
} }
} }
} }