2 files changed +7
-21
lines changed Original file line number Diff line number Diff line change 124
124
'rsrc/css/phui/phui-box.css ' => '7b3a2eed ' ,
125
125
'rsrc/css/phui/phui-button.css ' => 'c7412aa1 ' ,
126
126
'rsrc/css/phui/phui-document.css ' => 'a5615198 ' ,
127
- 'rsrc/css/phui/phui-feed-story.css ' => '55dc7732 ' ,
127
+ 'rsrc/css/phui/phui-feed-story.css ' => 'dd3c5ff5 ' ,
128
128
'rsrc/css/phui/phui-fontkit.css ' => '9c3d2dce ' ,
129
129
'rsrc/css/phui/phui-form-view.css ' => 'a3efd18c ' ,
130
130
'rsrc/css/phui/phui-form.css ' => 'b78ec020 ' ,
772
772
'phui-calendar-list-css ' => 'c1d0ca59 ' ,
773
773
'phui-calendar-month-css ' => 'a92e47d2 ' ,
774
774
'phui-document-view-css ' => 'a5615198 ' ,
775
- 'phui-feed-story-css ' => '55dc7732 ' ,
775
+ 'phui-feed-story-css ' => 'dd3c5ff5 ' ,
776
776
'phui-font-icon-base-css ' => '3dad2ae3 ' ,
777
777
'phui-fontkit-css ' => '9c3d2dce ' ,
778
778
'phui-form-css ' => 'b78ec020 ' ,
Original file line number Diff line number Diff line change 35
35
overflow: hidden;
36
36
}
37
37
38
+ .phui-feed-story-body .phabricator-remarkup {
39
+ line-height : inherit;
40
+ }
41
+
38
42
.phui-feed-story-foot {
39
43
font-size : 11px ;
40
44
background : {$lightgreybackground};
47
51
color : {$greytext};
48
52
}
49
53
50
- .phui-feed-story-foot .phui-icon-view ,
51
- .phui-feed-story-oneline-foot .phui-icon-view {
54
+ .phui-feed-story-foot .phui-icon-view {
52
55
float : left;
53
56
display : inline-block;
54
57
margin-right : 5px ;
94
97
.phui-feed-story-action-list .phui-icon-view {
95
98
display : block;
96
99
}
97
-
98
- .phui-feed-story-oneline .phui-feed-story-head {
99
- padding : 8px ;
100
- }
101
-
102
- .phui-feed-story-oneline .phui-feed-story-body {
103
- padding : 0 ;
104
- }
105
-
106
- .phui-feed-story-oneline-foot ,
107
- .phui-feed-story-oneline-foot a {
108
- font-size : 11px ;
109
- color : {$lightgreytext};
110
- margin- to p: 2px;
111
- line-height: 14px;
112
- font- weight: normal;
113
- }
0 commit comments