We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c370c1 commit 9813306Copy full SHA for 9813306
app/views/modals/snippets/picture.html.erb
@@ -2,7 +2,7 @@
2
3
<h5 class="mb-2"><%= @snippet.description %></h5>
4
<div data-controller="picture">
5
- <div data-picture-target="code" class="bg-cyan p-20">
+ <div data-picture-target="code" class="bg-cyan px-16 py-20">
6
<%= render partial: 'shared/codemirror', locals: { code: @snippet.body, mode_id: @snippet.language_id, read_only: false, capture: true } %>
7
</div>
8
0 commit comments