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 50b6d98 commit 24eda5fCopy full SHA for 24eda5f
webui/src/css/app.css
@@ -406,6 +406,11 @@ h6:first-child {
406
max-width: 850px;
407
}
408
409
+.wkt-inspect-dialog-content {
410
+ max-height: 20vh;
411
+ overflow: auto;
412
+}
413
+
414
.wkt-center-text-in-frame {
415
vertical-align: center;
416
text-align: center;
webui/src/js/views/inspect-dialog.html
@@ -8,7 +8,7 @@
8
</div>
9
10
<div slot="body">
11
- <div class="oj-panel wkt-notop">
+ <div class="oj-panel wkt-notop wkt-inspect-dialog-content">
12
<p><oj-bind-text value="[[getMessage()]]"></oj-bind-text></p>
13
<oj-bind-if test="[[hasOsInfo() === true]]">
14
<table>
0 commit comments