@@ -153,15 +153,13 @@ | |||||
.filterable { | .filterable { | ||||
cursor: pointer; | cursor: pointer; | ||||
display: inline-block; | display: inline-block; | ||||
overflow: hidden; | |||||
text-overflow: ellipsis; | 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; | max-width: 145px; | ||||
overflow: hidden; | |||||
width: 100%; | |||||
} | } | ||||
.doclist-row .label { | .doclist-row .label { | ||||
margin-right: 8px; | margin-right: 8px; | ||||
@@ -190,17 +190,14 @@ | |||||
.filterable { | .filterable { | ||||
cursor: pointer; | cursor: pointer; | ||||
display: inline-block; | display: inline-block; | ||||
overflow: hidden; | |||||
text-overflow: ellipsis; | 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; | max-width: 145px; | ||||
overflow: hidden; | |||||
width: 100%; | |||||
} | } | ||||