Skip to content

Commit

Permalink
Prevent wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Sep 13, 2024
1 parent 27df051 commit 7d91825
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/co/gaiwan/compass/html/sessions.clj
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,9 @@
:my-1 :font-bold :uppercase :tracking-widest :p-1]]
[:.event-at
{:box-shadow "-14px 14px 0 -4px black"
:background t/--highlight-yellow}
:p-4 :max-w-lg :mt-2 :mb-6 :ml-2
:background t/--highlight-yellow
:max-width "34rem"}
:p-4 :mt-2 :mb-6 :ml-2
[:>p :font-semibold]
[:.datetime :font-size-7 :font-bold]]
[:.three-box #_{:background t/--activity-color}
Expand Down

0 comments on commit 7d91825

Please sign in to comment.