mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
#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:
parent
a7661eb33a
commit
858ce1b0d3
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue