File tree 2 files changed +5
-7
lines changed 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 41
41
</div>
42
42
<div class="flex-item-main">
43
43
<div class="flex-item-title">
44
- Flex Item
45
- <span class="ui basic label">
46
- with label
47
- </span>
44
+ Very loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong title
48
45
</div>
49
46
<div class="flex-item-body">
50
47
consists of leading/main/trailing part
51
48
</div>
52
49
<div class="flex-item-body">
53
- main part contains title and (multiple) body lines
50
+ Very loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong content
54
51
</div>
55
52
</div>
56
53
<div class="flex-item-trailing">
Original file line number Diff line number Diff line change 29
29
display : flex;
30
30
flex-direction : column;
31
31
flex-grow : 1 ;
32
+ flex-basis : 60% ;
32
33
}
33
34
34
35
.flex-item-header {
53
54
flex-grow : 0 ;
54
55
flex-wrap : wrap;
55
56
justify-content : end;
56
- min-width : calc (min (40% , 200px ));
57
57
}
58
58
59
59
.flex-item .flex-item-title {
64
64
max-width : 100% ;
65
65
color : var (--color-text );
66
66
font-size : 16px ;
67
- min-width : 0 ;
68
67
font-weight : var (--font-weight-semibold );
68
+ word-break : break-word;
69
69
}
70
70
71
71
.flex-item .flex-item-title a {
80
80
flex-wrap : wrap;
81
81
gap : .25rem ;
82
82
color : var (--color-text-light-2 );
83
+ word-break : break-word;
83
84
}
84
85
85
86
.flex-item .flex-item-body a {
You can’t perform that action at this time.
0 commit comments