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 b8376d5 commit e5bc157Copy full SHA for e5bc157
dist/js/tool.js
resources/js/components/Show/Logs.vue
@@ -128,12 +128,14 @@
128
</delete-resource-modal>
129
130
<modal v-if="stackModalOpen">
131
- <button type="button" @click="closeStackModal" class="btn text-danger float-right p-2">
132
- X
133
- </button>
134
- <div style="width: 950px;height:600px;overflow: overlay;">
135
- <div class="p-4 stack-content">
136
- {{ stack }}
+ <div class="bg-white">
+ <button type="button" @click="closeStackModal" class="btn text-danger float-right p-2">
+ X
+ </button>
+ <div style="width: 950px;height:600px;overflow: overlay;">
+ <div class="p-4 stack-content">
137
+ {{ stack }}
138
+ </div>
139
</div>
140
141
</modal>
0 commit comments