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 daf2c68 commit 32d8ce7Copy full SHA for 32d8ce7
src/web/stylesheets/layout/_io.css
@@ -131,10 +131,7 @@
131
.output-tab-content {
132
width: 100%;
133
max-width: 100%;
134
- padding-left: 5px;
135
- padding-right: 5px;
136
- padding-top: 10px;
137
- padding-bottom: 10px;
+ padding: 10px 5px;
138
height: var(--tab-height);
139
vertical-align: middle;
140
overflow: hidden;
@@ -319,8 +316,7 @@
319
316
#output-num-results-container {
320
317
width: 20%;
321
318
float: right;
322
- margin: 0;
323
- margin-left: 10%;
+ margin: 0 0 0 10%;
324
}
325
326
#input-find-options-checkboxes,
@@ -355,10 +351,7 @@
355
351
356
352
#input-search-results li,
357
353
#output-search-results li {
358
359
360
361
354
362
text-align: center;
363
364
color: var(--op-list-operation-font-colour);
0 commit comments