<style>
#connectors-table {
display: flex;
- background-color: white;
flex-direction: column;
+ background-color: white;
overflow: auto hidden;
border-collapse: collapse;
empty-cells: show;
}
-#connectors-table__head,
#connectors-table__body {
display: flex;
flex-direction: column;
.connectors-table__row {
display: flex;
+ flex-direction: row;
justify-content: center;
align-items: center;
}
-#connectors-table__head .connectors-table__row {
- background-color: lightgrey;
-}
-
.connectors-table__row:nth-of-type(even) {
background-color: whitesmoke;
}
+#connectors-table__head .connectors-table__row {
+ background-color: lightgrey;
+}
+
.connectors-table__column {
width: calc(100% / 5);
text-align: center;
empty-cells: show;
}
-#cs-table__head,
#cs-table__body {
height: fit-content;
width: 100%;
height: fit-content;
width: 100%;
display: flex;
+ flex-direction: row;
justify-content: center;
align-items: center;
}
-#cs-table__head .cs-table__row {
- background-color: lightgrey;
-}
-
.cs-table__row:nth-of-type(even) {
background-color: whitesmoke;
}
text-align: center;
}
+#cs-table__head .cs-table__row {
+ background-color: lightgrey;
+}
+
.cs-table__connectors-column {
height: fit-content;
width: 35%;
- text-align: center;
}
</style>