Merge pull request #2948 from netchampfaris/ui-fixes

[fix] column ellipsis in list view
This commit is contained in:
Nabin Hait 2017-03-29 18:15:01 +05:30 committed by GitHub
commit 16ef650441
2 changed files with 2 additions and 0 deletions

View file

@ -155,6 +155,7 @@
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.col-sm-2 .filterable {
max-width: 90px;

View file

@ -192,6 +192,7 @@
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.col-sm-2 .filterable {