</div>
{{/if}}
-<table class="data zebra width100 marginbottom10 spaced quality-gate-conditions">
- <thead><tr></tr></thead>
- <tbody></tbody>
-</table>
\ No newline at end of file
+<div class="quality-gate-conditions-wrap">
+ <table class="data zebra width100 marginbottom10 spaced quality-gate-conditions">
+ <thead><tr></tr></thead>
+ <tbody></tbody>
+ </table>
+</div>
\ No newline at end of file
background-color: #efefef;
}
+.quality-gate-conditions-wrap {
+ border-left: 1px solid #ddd;
+ border-right: 1px solid #ddd;
+}
+
.quality-gate-conditions {
& .deprecated {
color: #777;
text-transform: lowercase;
font-variant: small-caps;
}
+
+ tbody {
+ border-left: none !important;
+ border-right: none !important;
+ }
}
\ No newline at end of file