Merge pull request #2976 from netchampfaris/ui-fixes
[fix] list view assign to area
This commit is contained in:
commit
84798ea48b
2 changed files with 8 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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%;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue