Skip to content

Commit b4b9b17

Browse files
committed
Fixed padding code on pastebin
1 parent b405ec8 commit b4b9b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/pastebin/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<form action="{{ route('pastebin.store') }}" method="post">
1111
<div data-controller="prism" class="rounded overflow-hidden">
1212
<pre contenteditable="true"
13-
class="rounded line-numbers border p-0 m-0"
13+
class="rounded line-numbers border p-4 m-0"
1414
style="min-height: 600px;"
1515
data-action="input->prism#paste keydown->prism#keydownPaste"
1616
data-prism-target="editable"><code id="yaml"

0 commit comments

Comments
 (0)