Skip to content
Snippets Groups Projects
Commit 293ffde4 authored by Marius Burkard's avatar Marius Burkard
Browse files

- added text-overflow in list tables

parent 72057a8e
No related branches found
No related tags found
No related merge requests found
...@@ -231,6 +231,9 @@ body { ...@@ -231,6 +231,9 @@ body {
transition: background ease 500ms; } transition: background ease 500ms; }
.table tbody tr:last-child { .table tbody tr:last-child {
border-radius: 4px; } border-radius: 4px; }
.table tbody tr td {
text-overflow: ellipsis;
overflow-x: hidden; }
.tfooter { .tfooter {
margin-top: -1px; margin-top: -1px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment