-
+
+
+
+
-
+
+
+
diff --git a/client/src/style.css b/client/src/style.css
index 4307df0..1a33c9f 100644
--- a/client/src/style.css
+++ b/client/src/style.css
@@ -84,6 +84,12 @@ body {
line-height: 1.8;
}
+.registered-grid {
+ display: grid;
+ grid-template-columns: fit-content(90px) auto fit-content(90px);
+ gap: 5px;
+}
+
.remove-button-cell {
text-align: center;
}