Merge pull request #2948 from netchampfaris/ui-fixes
[fix] column ellipsis in list view
This commit is contained in:
commit
16ef650441
2 changed files with 2 additions and 0 deletions
|
|
@ -155,6 +155,7 @@
|
|||
display: inline-block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
}
|
||||
.col-sm-2 .filterable {
|
||||
max-width: 90px;
|
||||
|
|
|
|||
|
|
@ -192,6 +192,7 @@
|
|||
display: inline-block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.col-sm-2 .filterable {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue