Skip to content

Commit

Permalink
overflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Aug 4, 2023
1 parent 22a68e9 commit 2610672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/frontend/components/page.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
(date/journal-title->custom-format title)
title))
old-name (or title page-name)]
[:h1.page-title.flex.cursor-pointer.gap-1.w-full
[:h1.page-title.flex.cursor-pointer.gap-1.w-full.overflow-hidden
{:class (when-not whiteboard-page? "title")
:on-mouse-down (fn [e]
(when (util/right-click? e)
Expand Down Expand Up @@ -447,7 +447,7 @@
(page-mouse-leave e *control-show?))}
(page-blocks-collapse-control title *control-show? *all-collapsed?)])
(when-not whiteboard?
[:div.flex-1.flex.items-center.sm:mb-8.mb-8.w-full.overflow-hidden.ls-page-title
[:div.flex-1.flex.items-center.sm:mb-8.mb-8.w-full.ls-page-title
(page-title page-name icon title format fmt-journal?)
(page-menu/page-actions-dropdown nil)])
(when (not config/publishing?)
Expand Down

0 comments on commit 2610672

Please sign in to comment.