webpack/containers/Application/overrides.scss in katello-4.7.0.rc1 vs webpack/containers/Application/overrides.scss in katello-4.7.0.rc2
- old
+ new
@@ -174,6 +174,18 @@
.primary-detail-stack-items-border {
border-bottom: 0.2px;
border-bottom-color: var(--pf-c-table--BorderColor);
border-bottom-style: inset;
-}
\ No newline at end of file
+}
+
+.border-left {
+ border-left: 0.2px;
+ border-left-color: var(--pf-c-table--BorderColor);
+ border-left-style: inset;
+}
+
+.border-right {
+ border-right: 0.2px;
+ border-right-color: var(--pf-c-table--BorderColor);
+ border-right-style: inset;
+}