Skip to content
Snippets Groups Projects
Commit 3d3d9a19 authored by Saket Agrahari's avatar Saket Agrahari
Browse files

COMP-119 review :css specific table alignment

parent 33a42e88
Branches
Tags
1 merge request!10Charging structure changes
......@@ -81,7 +81,7 @@ function ChargingStructurePage({ filterSelection, setFilterSelection }: inputPro
</Row>
<Row>
<Col xs={9}>
<Table striped bordered responsive >
<Table className="charging-struct-table" striped bordered responsive >
<colgroup>
<col span={1} style={{ width: "10%" }} />
<col span={1} style={{ width: "18%" }} />
......
......@@ -141,7 +141,7 @@
--bs-btn-disabled-border-color:#0d6efd
}
.table td {
.charging-struct-table td {
text-align: center;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment