Merge "Make host entries prettier on Define Hardware step"
[pharos-tools.git] / dashboard / src / templates / dashboard / multiple_select_filter_widget.html
index a0cc15d..628fd95 100644 (file)
@@ -6,12 +6,16 @@
 }
 .class_grid_wrapper {
     border: 0px;
-    border-left: 1px;
+    text-align: center;
     border-right: 1px;
     border-style: solid;
     border-color: grey;
-    text-align: center;
 }
+
+.class_grid_wrapper:last-child {
+    border-right: none;
+}
+
 .grid_wrapper {
     display: grid;
     grid-template-columns: 1fr 1fr;