1
0
forked from poc/pds

added left alignment logic for all columns

This commit is contained in:
dhanabalan
2026-06-10 11:37:10 +05:30
parent 7b71f07f39
commit cef8415b2c

View File

@@ -25,7 +25,7 @@
th, td {
border: 1px solid #020813da;
padding: 8px 10px;
text-align: center;
text-align: left;
white-space: nowrap !important;
text-overflow: ellipsis;
}