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 bd00488 commit 8f6851aCopy full SHA for 8f6851a
app/javascript/snippet-show.vue
@@ -11,7 +11,7 @@
11
</div>
12
<p class="snippet-show--description">{{ snippetDup.description }}</p>
13
<div style="display: flex; flex-direction: column;">
14
- <code-highlight :highlighted-code="snippet.highlighted_body"></code-highlight>
+ <code-highlight style="overflow-x: scroll;" :highlighted-code="snippet.highlighted_body"></code-highlight>
15
<action-button-bar :snippet="snippetDup"></action-button-bar>
16
17
</card>
app/views/layouts/application.html.erb
@@ -30,7 +30,7 @@
30
<div style="flex: 1; margin-right: 16px;">
31
<%= render 'shared/sidebar' %>
32
33
- <div style="flex: 4;">
+ <div style="flex: 4; min-width: 300px;">
34
<%= yield %>
35
36
0 commit comments