fix: remove unused codeblock

This commit is contained in:
Vladimir Kidyaev 2022-11-13 10:26:37 +07:00 committed by GitHub
parent 4e2c7a3bf9
commit a70cf755ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -844,12 +844,6 @@ body.kanban-same-height-cards .kanban-plugin__item-title-wrapper {
min-height: 68px;
}
/* Kanban-metatdate-one-line */
body.kanban-metatdate-one-line .kanban-plugin__item-metadata {
display: flex;
justify-content: space-between;
}
/* Kanban-full-height-column */
body.kanban-full-height-column button.kanban-plugin__new-item-button {
align-self: flex-end;
@ -1105,4 +1099,4 @@ select:focus, .dropdown:focus {
padding: 0.2em 0.4em;
border-radius: 6px;
color: var(--text-normal);
}
}