Fix redundant padding
This commit is contained in:
parent
4984e488ae
commit
01ba7cbd7d
@ -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") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user