File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 41
41
}
42
42
43
43
.ui5-uci-content-and-progress {
44
+ max-width : 100% ;
45
+ min-width : 0 ;
44
46
display : flex;
45
47
flex : 1 1 auto;
46
48
}
47
49
48
50
.ui5-uci-content {
49
51
flex : 1 1 auto;
50
52
margin-right : .5rem ;
53
+ width : 100% ;
51
54
min-width : 0 ; /* fixes chrome overflow issue */
52
55
}
53
56
54
57
.ui5-uci-file-name {
58
+ width : 100% ;
55
59
display : block;
56
60
font-family : "72override" , var (--sapFontFamily );
57
61
font-size : var (--sapFontLargeSize );
58
62
color : var (--sapTextColor );
59
63
margin-bottom : 0.25rem ;
60
- white-space : pre-wrap;
64
+ white-space : nowrap;
65
+ text-overflow : ellipsis;
66
+ overflow : hidden;
61
67
}
62
68
63
69
[ui5-link ].ui5-uci-file-name {
Original file line number Diff line number Diff line change 49
49
}
50
50
51
51
.ui5-link-root {
52
+ width : 100% ;
52
53
display : inline-block;
53
54
position : relative;
54
55
white-space : nowrap;
You can’t perform that action at this time.
0 commit comments