File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export default class extends Component {
132132 onClick ( key , event ) ;
133133 } }
134134 >
135- { title }
135+ < span className = { styles . overflowEllipsis } > { title } </ span >
136136 { columnSortStyle &&
137137 < i className = { columnSortStyle } />
138138 }
Original file line number Diff line number Diff line change 44 th {
55 white-space : nowrap ;
66 }
7+
78 .column-sort {
89 color : #2 2 2 ;
910
1213 color : #2 2 2 ;
1314 text-decoration : none ;
1415 }
16+
17+ > .overflow-ellipsis {
18+ vertical-align : middle ;
19+ display : inline-block ;
20+ overflow : hidden ;
21+ text-overflow : ellipsis ;
22+ max-width : calc (100% - 16px ); // 16px is icon width
23+ }
24+
25+ > i {
26+ vertical-align : middle ;
27+ }
1528 }
1629
1730 .column-sort-asc ,
Original file line number Diff line number Diff line change 8282.table {
8383 table {
8484 .clickable-column {
85- margin : - 8px - 12px ;
86- padding : 8px 12px ;
8785 color : inherit ;
8886 display : block ;
89- padding : 8px 12px ;
9087
9188 & :hover {
9289 background-color : #e6 e6 e6 ;
You can’t perform that action at this time.
0 commit comments