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'));
- +
+ +