From 9fb6a281c715d7667bdf933171ae836ca7a507f2 Mon Sep 17 00:00:00 2001 From: Samuel Zielke Date: Wed, 10 Apr 2024 08:48:24 +0200 Subject: [PATCH] Fix the showing first name not only first letter on webpage an edit witdth of select --- main/templates/main/index.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/main/templates/main/index.html b/main/templates/main/index.html index aa813d7..1c0311a 100644 --- a/main/templates/main/index.html +++ b/main/templates/main/index.html @@ -30,7 +30,7 @@ #other { margin: 0.250rem 3.000rem; } #technik { margin: 0 3.000rem; } #header { padding-bottom: 2rem; } - select { width: 6rem;} + select { width: 7rem;}