btmgreg Well-known member Feb 11, 2024 #1 Affected version 2.3.0 Longer usernames produce a clipping issue and aren't handled that well. Using latest Edge Version 122.0.2365.16 (Official build) stable app, beta channel (64-bit) (Apologies if already reported, did a brief search - didn't see anything)
Longer usernames produce a clipping issue and aren't handled that well. Using latest Edge Version 122.0.2365.16 (Official build) stable app, beta channel (64-bit) (Apologies if already reported, did a brief search - didn't see anything)
btmgreg Well-known member Feb 13, 2024 #3 Merlin07 said: Did you ever figure this out? Click to expand... I've not personally noticed it on my forum, but assumed it would be for everyone on 2.3 at least (if it were released) based on the idea it's here.
Merlin07 said: Did you ever figure this out? Click to expand... I've not personally noticed it on my forum, but assumed it would be for everyone on 2.3 at least (if it were released) based on the idea it's here.
stellaethra Member Feb 13, 2024 #4 Put the following CSS code in the extra.less template and it should solve the issue: CSS: .node-extra .node-extra-user a.username { word-wrap: break-word; text-wrap: wrap; }
Put the following CSS code in the extra.less template and it should solve the issue: CSS: .node-extra .node-extra-user a.username { word-wrap: break-word; text-wrap: wrap; }
btmgreg Well-known member Feb 13, 2024 #5 stellaethra said: Put the following CSS code in the extra.less template and it should solve the issue: CSS: .node-extra .node-extra-user a.username { word-wrap: break-word; text-wrap: wrap; } Click to expand... Easy fix for devs, then when 2.3 gets shipped
stellaethra said: Put the following CSS code in the extra.less template and it should solve the issue: CSS: .node-extra .node-extra-user a.username { word-wrap: break-word; text-wrap: wrap; } Click to expand... Easy fix for devs, then when 2.3 gets shipped