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; +}