Skip to content

Commit f6ba615

Browse files
committed
Reduce code viewer padding
1 parent e05a0a3 commit f6ba615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/portal/ui/viewer/code.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
{:overflow :auto
149149
:position :relative
150150
:box-sizing :border-box
151-
:padding (* 2.5 (:padding theme))
151+
:padding (* 1.5 (:padding theme))
152152
:border [1 :solid (::c/border theme)]
153153
:background (ins/get-background)
154154
:border-radius (:border-radius theme)

0 commit comments

Comments
 (0)