Skip to content

Commit b46594e

Browse files
Fix community app 2108
1 parent db6ded6 commit b46594e

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)