From 538ec90b1ff3deb594ddcabf625ef26586444c46 Mon Sep 17 00:00:00 2001 From: Henri Date: Thu, 21 Jul 2022 21:13:04 +0200 Subject: [PATCH] Adjust aligned to the right even with long user names --- src/wgfrontend/webroot/static/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wgfrontend/webroot/static/styles.css b/src/wgfrontend/webroot/static/styles.css index 061c9b7..66c05ae 100644 --- a/src/wgfrontend/webroot/static/styles.css +++ b/src/wgfrontend/webroot/static/styles.css @@ -115,6 +115,7 @@ header h2 img { .user { color: blue; font-size: 14px; + text-align: right; } section {