Merge pull request #2469 from TracksApp/fix/2468_recurring_dialog_fix

#2468: Fix the recurring todo dialog UI bug.
This commit is contained in:
Jyri-Petteri Paloposki 2020-09-01 14:49:40 +03:00 committed by GitHub
commit 2cd6bafa09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1384,3 +1384,7 @@ ul.todo-submenu > li > a {
background: image-url('to_project_off.png') no-repeat;
}
}
.recurring_todos .ui-dialog .ui-dialog-title {
float: inherit;
}