Skip to content

Commit 251ab58

Browse files
committed
Add extra padding to avoid table being cut-off
1 parent cc7b805 commit 251ab58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/codegen/pkg/utils/html.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ 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; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
49+
body { padding: 20px; padding-bottom: 40px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
5050
.sortable { cursor: pointer; user-select: none; }
5151
.sortable:hover { background-color: #e9ecef; }
5252
.sort-indicator::after { content: ' \2195'; opacity: 0.3; font-size: 0.8em; }

0 commit comments

Comments
 (0)