Ver código fonte

fix: revert title max width

Peng Xiao 3 anos atrás
pai
commit
4e02650268
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      src/main/frontend/components/page.cljs

+ 0 - 1
src/main/frontend/components/page.cljs

@@ -318,7 +318,6 @@
                   :white-space "nowrap"
                   :overflow "hidden"
                   :text-overflow "ellipsis"
-                  :max-width (when-not (rum/react *edit?) "320px")
                   :min-width "80px"}}
          (cond @*edit? [:span {:style {:white-space "pre"}} (rum/react *input-value)]
                untitled? [:span.opacity-50 (t :untitled)]