File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,13 @@ $item-ios-sliding-content-background: $list-ios-background-color !default;
62
62
}
63
63
64
64
p {
65
+ overflow : inherit ;
66
+
65
67
margin : 0 0 2px ;
66
68
67
69
font-size : 1.2rem ;
68
70
line-height : normal ;
71
+ text-overflow : inherit ;
69
72
color : $item-ios-paragraph-text-color ;
70
73
}
71
74
Original file line number Diff line number Diff line change @@ -65,10 +65,13 @@ $item-md-sliding-content-background: $list-md-background-color !default;
65
65
}
66
66
67
67
p {
68
+ overflow : inherit ;
69
+
68
70
margin : 0 0 2px ;
69
71
70
72
font-size : 1.4rem ;
71
73
line-height : normal ;
74
+ text-overflow : inherit ;
72
75
color : $item-md-paragraph-text-color ;
73
76
}
74
77
}
Original file line number Diff line number Diff line change @@ -66,10 +66,13 @@ $item-wp-sliding-content-background: $list-wp-background-color !default;
66
66
}
67
67
68
68
p {
69
+ overflow : inherit ;
70
+
69
71
margin : 0 0 2px ;
70
72
71
73
font-size : 1.4rem ;
72
74
line-height : normal ;
75
+ text-overflow : inherit ;
73
76
color : $item-wp-paragraph-text-color ;
74
77
}
75
78
}
You can’t perform that action at this time.
0 commit comments