added left alignment logic for all columns #737

Merged
jothi merged 1 commits from ranjith-dev into master 2026-06-10 06:07:28 +00:00
Showing only changes of commit cef8415b2c - Show all commits

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;
}