File tree 1 file changed +10
-0
lines changed
packages/host/app/components/operator-mode
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,8 @@ export class ProfileInfo extends Component<ProfileInfoSignature> {
214
214
margin : auto ;
215
215
display : flex ;
216
216
flex-direction : column ;
217
+ max-width : 100% ;
218
+ overflow : hidden ;
217
219
--profile-avatar-icon-size : 70px ;
218
220
--profile-avatar-icon-border : 0 ;
219
221
}
@@ -226,11 +228,19 @@ export class ProfileInfo extends Component<ProfileInfoSignature> {
226
228
margin-top : var (--boxel-sp-xxxs );
227
229
font-size : var (--boxel-font-size );
228
230
font-weight : 600 ;
231
+ max-width : 100% ;
232
+ text-wrap : nowrap ;
233
+ overflow : hidden ;
234
+ text-overflow : ellipsis ;
229
235
}
230
236
231
237
.profile-handle {
232
238
margin-top : var (--boxel-sp-xxxxs );
233
239
color : var (--boxel-500 );
240
+ max-width : 100% ;
241
+ text-wrap : nowrap ;
242
+ overflow : hidden ;
243
+ text-overflow : ellipsis ;
234
244
}
235
245
< /style >
236
246
</template >
You can’t perform that action at this time.
0 commit comments