Skip to content

Commit 293ffde

Browse files
author
Marius Burkard
committed
- added text-overflow in list tables
1 parent 72057a8 commit 293ffde

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

interface/web/themes/default/assets/stylesheets/ispconfig.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ body {
231231
transition: background ease 500ms; }
232232
.table tbody tr:last-child {
233233
border-radius: 4px; }
234+
.table tbody tr td {
235+
text-overflow: ellipsis;
236+
overflow-x: hidden; }
234237

235238
.tfooter {
236239
margin-top: -1px;

0 commit comments

Comments
 (0)