Merge pull request #2976 from netchampfaris/ui-fixes

[fix] list view assign to area
This commit is contained in:
Nabin Hait 2017-03-31 11:15:43 +05:30 committed by GitHub
commit 84798ea48b
2 changed files with 8 additions and 13 deletions

View file

@ -153,15 +153,13 @@
.filterable {
cursor: pointer;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.col-sm-2 .filterable {
max-width: 90px;
}
.col-sm-3 .filterable {
.col-sm-2:not(.list-row-right) .filterable,
.col-sm-3:not(.list-row-right) .filterable {
max-width: 145px;
overflow: hidden;
width: 100%;
}
.doclist-row .label {
margin-right: 8px;

View file

@ -190,17 +190,14 @@
.filterable {
cursor: pointer;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.col-sm-2 .filterable {
max-width: 90px;
}
.col-sm-3 .filterable {
.col-sm-2:not(.list-row-right) .filterable,
.col-sm-3:not(.list-row-right) .filterable {
max-width: 145px;
overflow: hidden;
width: 100%;
}