added left alignment logic for all columns
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 17s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 19s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 15s
Laravel Pint / pint (pull_request) Successful in 12m36s
Laravel Larastan / larastan (pull_request) Failing after 14m26s
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 17s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 19s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 15s
Laravel Pint / pint (pull_request) Successful in 12m36s
Laravel Larastan / larastan (pull_request) Failing after 14m26s
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
th, td {
|
th, td {
|
||||||
border: 1px solid #020813da;
|
border: 1px solid #020813da;
|
||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
white-space: nowrap !important;
|
white-space: nowrap !important;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user