Fix abnormal font size for shared posts

- Use normal font size for shared content
This commit is contained in:
Hypolite Petovan 2016-09-28 14:01:12 -04:00
parent f64bd451ca
commit 7de64afc45
1 changed files with 1 additions and 0 deletions

View File

@ -1441,6 +1441,7 @@ blockquote.shared_content {
padding: 0px;
margin-left: 0px;
color: inherit;
font-size: inherit;
}
.wall-item-tags,
.itemedited {