Fix abnormal font size for shared posts
- Use normal font size for shared content
This commit is contained in:
parent
f64bd451ca
commit
7de64afc45
|
@ -1441,6 +1441,7 @@ blockquote.shared_content {
|
|||
padding: 0px;
|
||||
margin-left: 0px;
|
||||
color: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
.wall-item-tags,
|
||||
.itemedited {
|
||||
|
|
Loading…
Reference in a new issue