1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-18 15:08:50 +00:00

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

View file

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