Center long user ids in the user menu (#34182)
* Center long user ids in the user menu The span itself was centered but the text wasn't centered in the span so long user IDs would be left justified once they wrapped onto two lines. * Update screenshot * Snapshot
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
|
||||
.userId {
|
||||
color: var(--cpd-color-text-secondary);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.createAccount {
|
||||
|
||||
Reference in New Issue
Block a user