Skip to content

Commit

Permalink
Merge pull request #268 from wearerequired/feature/table-text-overflow
Browse files Browse the repository at this point in the history
Increase default width for table columns, thx @ocean90!
  • Loading branch information
dannyvankooten authored Nov 14, 2024
2 parents 00b88ac + e7e0f80 commit 5a8fbc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/src/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ h1.ka-logo,
border-top: 1px solid #efefef;
text-align: right;
padding: 6px 8px;
width: 60px;
width: 90px;
overflow: hidden;
text-overflow: ellipsis;
}
.ka-table th {
background: #2e363f;
Expand Down

0 comments on commit 5a8fbc6

Please sign in to comment.