Skip to content

Commit

Permalink
margin feeditem
Browse files Browse the repository at this point in the history
  • Loading branch information
clarissecarzon committed May 2, 2020
1 parent 3a806c0 commit 5c21fca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jsclient/src/features/feedlist/feedListStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ export default makeStyles((theme: Theme) =>
},
feedItemText: {
marginRight: 10,
[theme.breakpoints.down("sm")]: {
marginRight: 25,
},
"& span" : {
overflow: "hidden",
maxWidth: "100%",
overflow: "hidden",
}
},
feedBadge: {
Expand Down

0 comments on commit 5c21fca

Please sign in to comment.