File tree Expand file tree Collapse file tree
src/views/FilesList/FileEntry Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,25 +52,23 @@ export default {
5252 --chip-size : 24px ;
5353 --chip-radius : 12px ;
5454
55- display : inline-block ;
55+ display : inline-flex ;
56+ align-items : center ;
5657 min-height : var (--chip-size );
5758 max-width : 100% ;
58- padding : 4px 12 px ;
59+ padding : 4px 10 px ;
5960 border-radius : var (--chip-radius );
6061 line-height : 1.3 ;
6162 text-align : center ;
62- white-space : pre-wrap ;
63- word-wrap : break-word ;
64- overflow-wrap : break-word ;
65- hyphens : auto ;
63+ white-space : nowrap ;
6664 vertical-align : middle ;
6765
6866 & __text {
6967 display : inline-block ;
7068 max-width : 100% ;
71- white-space : pre-wrap ;
72- word-wrap : break-word ;
73- overflow-wrap : break-word ;
69+ white-space : nowrap ;
70+ overflow : hidden ;
71+ text-overflow : ellipsis ;
7472 }
7573
7674 & --error {
You can’t perform that action at this time.
0 commit comments