Skip to content
Snippets Groups Projects
Commit b8a8f51a authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: hide empty modal footers

parent a39da8ac
No related branches found
No related tags found
No related merge requests found
......@@ -183,3 +183,7 @@ thead .fc-day-selected:hover {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
}
.modal-footer:empty {
display: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment