Skip to content

Commit a64f881

Browse files
committed
add mb-3 for <pre>
1 parent 2a3cd10 commit a64f881

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/server/public/index.html.gz

1 Byte
Binary file not shown.

tools/server/webui/src/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ html {
2222
all: revert;
2323
}
2424
pre {
25-
@apply whitespace-pre-wrap rounded-lg p-2;
25+
@apply whitespace-pre-wrap rounded-lg p-2 mb-3;
2626
border: 1px solid currentColor;
2727
}
2828
p {

0 commit comments

Comments
 (0)