Browse Source

fix(ui): renaming input edit on-click

See-also: 6b94181116dbaec8d72a2fc6dae5dd424f3a5bd1
Related: #9368
Andelf 2 years ago
parent
commit
3936b752a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/components/page.css

+ 1 - 1
src/main/frontend/components/page.css

@@ -276,7 +276,7 @@ a.page-title {
   }
 
   > .title {
-    @apply w-full overflow-hidden overflow-ellipsis;
+    @apply w-full pointer-events-none overflow-hidden overflow-ellipsis;
   }
 
   .edit-input {