From 498d30c60ac5b555404aa1357d4641177ec2217b Mon Sep 17 00:00:00 2001 From: Michael Dollinger Date: Thu, 28 Jan 2021 15:25:06 +0100 Subject: [PATCH] Breite der Users-Liste optimiert --- src/main/webapp/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/css/style.css b/src/main/webapp/css/style.css index c2e2eab..0e53e45 100644 --- a/src/main/webapp/css/style.css +++ b/src/main/webapp/css/style.css @@ -10,4 +10,7 @@ body { padding-top: 70px; } -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -} \ No newline at end of file +} +.container.users{ + width: max-content; +}