Skip to content

Commit

Permalink
vertical align all of the things
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeaty committed Nov 7, 2023
1 parent 3b68659 commit 9047c81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
width: 100%;
justify-content: space-between;
padding: 0;
line-height: 1.14;
}

.arrowsIcon {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ const UserRoleChangeContainer: FunctionComponent<Props> = ({

const handleOnChangeMembershipScopes = useCallback(
async (siteIDs: string[]) => {
/* eslint-disable */
console.log("changing membership scopes");
await updateUserMembershipScopes({
userID: user.id,
membershipScopes: {
Expand Down
6 changes: 3 additions & 3 deletions client/src/core/client/admin/routes/Community/UserRow.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
.usernameColumn {
vertical-align: top;
vertical-align: middle;
word-break: break-word;
padding-top: 15px;
padding-bottom: 15px;
}
.emailColumn {
vertical-align: top;
vertical-align: middle;
word-break: break-word;
padding-top: 15px;
padding-bottom: 15px;
}
.memberSinceColumn {
vertical-align: top;
vertical-align: middle;
white-space: nowrap;
padding-top: 15px;
padding-bottom: 15px;
Expand Down

0 comments on commit 9047c81

Please sign in to comment.