From b1c857370ce6eeaf178326f865c5c93b2d3e07d2 Mon Sep 17 00:00:00 2001 From: ulrich Date: Sun, 17 Nov 2024 11:14:56 +0000 Subject: [PATCH] Code aufgeraeumt --- web/stile.css | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/web/stile.css b/web/stile.css index ed3dfec..3c70fa9 100644 --- a/web/stile.css +++ b/web/stile.css @@ -62,6 +62,11 @@ padding-left: 0.5em; } +#sender { + overflow: hidden; + max-width: 9em; +} + .datumauswahl-behaelter { padding-bottom: 0.5em; } @@ -82,7 +87,7 @@ padding-top: 0.5em; } -#cmd { +.cmd { font-family: 'Ubuntu Mono', monospace; font-size: medium; } -- Gitblit v1.9.3