Skip to content

Commit

Permalink
add padding to usercards
Browse files Browse the repository at this point in the history
  • Loading branch information
kianamcc committed Jan 14, 2025
1 parent 6063438 commit b429516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/synapse-react-client/src/style/base/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ a.SRC-whiteText {
width: 100%;
width: -webkit-fill-available; // for chrome
width: -moz-available; // for firefox
padding-left: 25px;
padding: 0 25px;
min-width: 350px;
}

Expand Down

0 comments on commit b429516

Please sign in to comment.