Fix redundant padding
This commit is contained in:
@@ -77,7 +77,7 @@ class UserView(staticFileResolver: StaticFileResolver) : View(staticFileResolver
|
|||||||
error: String? = null,
|
error: String? = null,
|
||||||
validationErrors: List<ValidationError> = emptyList(),
|
validationErrors: List<ValidationError> = emptyList(),
|
||||||
) = renderPage("Settings", jwtPayload = jwtPayload) {
|
) = renderPage("Settings", jwtPayload = jwtPayload) {
|
||||||
div("container mx-auto p-8") {
|
div("container mx-auto") {
|
||||||
|
|
||||||
section("m-4 p-4 bg-gray-800 rounded") {
|
section("m-4 p-4 bg-gray-800 rounded") {
|
||||||
h1("text-xl") {
|
h1("text-xl") {
|
||||||
|
|||||||
Reference in New Issue
Block a user