Skip to content

Commit

Permalink
Fixed padding code on pastebin
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Jan 7, 2025
1 parent b405ec8 commit b4b9b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/pastebin/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<form action="{{ route('pastebin.store') }}" method="post">
<div data-controller="prism" class="rounded overflow-hidden">
<pre contenteditable="true"
class="rounded line-numbers border p-0 m-0"
class="rounded line-numbers border p-4 m-0"
style="min-height: 600px;"
data-action="input->prism#paste keydown->prism#keydownPaste"
data-prism-target="editable"><code id="yaml"
Expand Down

0 comments on commit b4b9b17

Please sign in to comment.