From 032f597e921c13aaff3b85b47ccb139babce09d6 Mon Sep 17 00:00:00 2001 From: Alexandre Bourdin Date: Tue, 29 Jul 2025 10:09:43 +0200 Subject: [PATCH] Merge pull request #27306 from overleaf/dp-uppercase-collaborator-icons Use uppercase characters for collaborator icons in new editor GitOrigin-RevId: 185a4d8b26f490f78103af96a556a7227bde7121 --- .../stylesheets/bootstrap-5/pages/editor/online-users.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/online-users.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/online-users.scss index 0ae3eff278..313f85f0ca 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/online-users.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/online-users.scss @@ -123,6 +123,7 @@ var(--online-users-border-color); box-sizing: border-box; display: inline-block; + text-transform: uppercase; } .online-user-circle-light-font {