Skip to content

Commit b950c42

Browse files
authored
Merge pull request #62 from NETWAYS/bugfix/image-float
fix: disable image float in feed body
2 parents 3ff0958 + 7296c84 commit b950c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/css/item.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ item.less contains styles for the items in a feed
6363
& img {
6464
max-width: 100%;
6565
max-height: 70vH;
66-
66+
float: none;
6767
}
6868

6969
& a {

0 commit comments

Comments
 (0)