Skip to content

Commit 8fedcf5

Browse files
committed
fix dialog title spacing
1 parent 1ce7c3b commit 8fedcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/dialog/views.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
(:attrs (last dialogs)))
129129
(when-let [title (:title (last dialogs))]
130130
[:> Dialog/Title
131-
{:class "text-xl px-5 pt-5"}
131+
{:class "text-xl pl-5 pr-10 pt-5"}
132132
title])
133133
[:> Dialog/Description
134134
{:class "m-0"}

0 commit comments

Comments
 (0)