#2468: Fix the recurring todo dialog UI bug.

This probably shouldn't be necessary, but I couldn't quickly figured out what had changed for the dialog to behave incorrectly. Seems to work.

Fixes #2468.
This commit is contained in:
Jyri-Petteri Paloposki 2020-09-01 14:34:57 +03:00
parent a7661eb33a
commit 858ce1b0d3

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;
}