projects
/
lemmy-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
271425b
)
fix: Fix image/title wrapping on small
author
Jay Sitter
<jay@jaysitter.com>
Mon, 26 Jun 2023 00:06:34 +0000
(20:06 -0400)
committer
Jay Sitter
<jay@jaysitter.com>
Mon, 26 Jun 2023 00:06:34 +0000
(20:06 -0400)
src/shared/components/post/post-listing.tsx
patch
|
blob
|
history
diff --git
a/src/shared/components/post/post-listing.tsx
b/src/shared/components/post/post-listing.tsx
index 4e17fa2153fe8cd8aa2307768329b006c660c88a..d25e59bec2b1e8311d107859ddfe108d00bc839f 100644
(file)
--- a/
src/shared/components/post/post-listing.tsx
+++ b/
src/shared/components/post/post-listing.tsx
@@
-1407,7
+1407,7
@@
export class PostListing extends Component<PostListingProps, PostListingState> {
<div className="d-none d-sm-block">
<article className="row post-container">
{!this.props.viewOnly && (
- <div className="col
-auto
">
+ <div className="col
flex-grow-0
">
<VoteButtons
voteContentType={VoteContentType.Post}
id={this.postView.post.id}
@@
-1418,7
+1418,7
@@
export class PostListing extends Component<PostListingProps, PostListingState> {
/>
</div>
)}
- <div className="col
-sm-10
">
+ <div className="col
flex-grow-1
">
<div className="row">
<div className="col-sm-3 col-lg-2 pe-0 post-media">
<div className="">{this.thumbnail()}</div>