fixes #539
This commit is contained in:
parent
7a8e9b5de1
commit
fddc415c86
3 changed files with 17 additions and 5 deletions
|
@ -296,6 +296,10 @@ td {
|
|||
padding: 17px 19px 0;
|
||||
line-height: 23px;
|
||||
position: relative;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 0;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
table {
|
||||
|
@ -329,6 +333,10 @@ tbody {
|
|||
width: 12%;
|
||||
}
|
||||
|
||||
.center-col {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.icon-delete,
|
||||
.icon-copy,
|
||||
.icon-check {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue