Skip to content

Commit 0c8a526

Browse files
committed
Fixup padding
1 parent e528024 commit 0c8a526

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/codegen/pkg/utils/html.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ const HTMLTemplateSrc = `<!DOCTYPE html>
4646
crossorigin="anonymous">
4747
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
4848
<style>
49-
body { padding: 20px; padding-bottom: 40px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
49+
body { padding: 20px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
50+
.container-fluid { padding-bottom: 20px; }
5051
.sortable { cursor: pointer; user-select: none; }
5152
.sortable:hover { background-color: #e9ecef; }
5253
.sort-indicator::after { content: ' \2195'; opacity: 0.3; font-size: 0.8em; }

0 commit comments

Comments
 (0)