Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit be03e95

Browse files
Merge pull request #557 from topcoder-platform/issue-91-new
changes for #91
2 parents 2c174af + b512166 commit be03e95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/components/ProfileCard/profileCard.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
}
7575

7676
.profileCardMainContainer {
77-
height: 100px;
7877
width: 100%;
7978
margin-bottom: 44px;
8079
}
@@ -95,6 +94,8 @@
9594
font-family: Helvetica;
9695
font-size: 20px;
9796
color: gray2;
97+
word-break: break-all;
98+
padding-bottom: 10px;
9899
}
99100

100101
.mainNameBagde {

0 commit comments

Comments
 (0)