From 892129f37e44699d73147a671ea1767c08b745a5 Mon Sep 17 00:00:00 2001 From: Peter Hormanns Date: Tue, 7 Dec 2021 15:04:33 +0100 Subject: [PATCH] Revert "Breite der Users-Liste optimiert" This reverts commit 498d30c60ac5b555404aa1357d4641177ec2217b. --- src/main/webapp/css/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/webapp/css/style.css b/src/main/webapp/css/style.css index 0e53e45..c2e2eab 100644 --- a/src/main/webapp/css/style.css +++ b/src/main/webapp/css/style.css @@ -10,7 +10,4 @@ body { padding-top: 70px; } -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -} -.container.users{ - width: max-content; -} +} \ No newline at end of file