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