From 858ce1b0d3358e8c20399f519511975b8daf2b52 Mon Sep 17 00:00:00 2001 From: Jyri-Petteri Paloposki Date: Tue, 1 Sep 2020 14:34:57 +0300 Subject: [PATCH] #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. --- app/assets/stylesheets/include/legacy.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/include/legacy.scss b/app/assets/stylesheets/include/legacy.scss index c3a8bf9c..bfc3052c 100644 --- a/app/assets/stylesheets/include/legacy.scss +++ b/app/assets/stylesheets/include/legacy.scss @@ -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; +}