Skip to content

Commit 30dd2e3

Browse files
Merge pull request #2254 from topcoder-platform/issue_2108
Issue 2108
2 parents 35cc624 + b46594e commit 30dd2e3

File tree

1 file changed

+4
-0
lines changed
  • src/shared/components/Settings/Account/LinkedAccount

1 file changed

+4
-0
lines changed

src/shared/components/Settings/Account/LinkedAccount/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@
113113

114114
font-size: 18px;
115115
height: 20px;
116+
overflow: hidden;
117+
text-overflow: ellipsis;
116118
}
117119

118120
.title {
@@ -498,6 +500,8 @@
498500
.handle {
499501
margin-top: 20px;
500502
margin-bottom: 20px;
503+
overflow: hidden;
504+
text-overflow: ellipsis;
501505
}
502506

503507
.title {

0 commit comments

Comments
 (0)