Fix redundant padding

This commit is contained in:
Hubert Van De Walle 2020-08-14 22:29:39 +02:00
parent 4984e488ae
commit 01ba7cbd7d

View File

@ -77,7 +77,7 @@ class UserView(staticFileResolver: StaticFileResolver) : View(staticFileResolver
error: String? = null,
validationErrors: List<ValidationError> = emptyList(),
) = renderPage("Settings", jwtPayload = jwtPayload) {
div("container mx-auto p-8") {
div("container mx-auto") {
section("m-4 p-4 bg-gray-800 rounded") {
h1("text-xl") {