From dd1feb1a04ac96d79d54a07cf9f417f07b79c72b Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 5 Sep 2022 13:25:01 +0800 Subject: [PATCH] * Fix bug #24894. --- module/block/view/todoblock.html.php | 49 +++++++++++++++------------- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/module/block/view/todoblock.html.php b/module/block/view/todoblock.html.php index 81b1c76209..9dd50fb922 100644 --- a/module/block/view/todoblock.html.php +++ b/module/block/view/todoblock.html.php @@ -37,6 +37,7 @@ if(!$selfCall) die(include('./todolist.html.php')); .block-todoes .todo-flexbetween {display: flex; justify-content: space-between;} .block-todoes #todoList {display: flex; overflow: hidden;} .block-todoes .label-todo {width: 50px; min-width: 50px!important; border: none; color: #43A047;} +.block-todoes .todo-title.text-ellipsis {text-overflow: unset;} [lang^='en'] .block-todoes .todo-pri {width: 60px; min-width: 60px;}
@@ -93,29 +94,31 @@ if(!$selfCall) die(include('./todolist.html.php'));
- +
+ +