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 e3ed6f5 commit a9dbd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/components/page.cljs
Original file line number Diff line number Diff line change
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.ls-page-title.
[:div.flex-1.flex.items-center.sm:mb-8.mb-8.w-full.overflow-hidden.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 a9dbd25

Please sign in to comment.