Skip to content

Commit

Permalink
fixed table wrapping in _scaffold, thanks dgmanns
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Aug 27, 2024
1 parent 554d93f commit a6526df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/_scaffold/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
<link rel="shortcut icon" href="data:image/x-icon;base64,AAABAAEAAQEAAAEAIAAwAAAAFgAAACgAAAABAAAAAgAAAAEAIAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAA=="/>
<link rel="stylesheet" href="css/no.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" />
<style>.py4web-validation-error{margin-top:-16px; font-size:0.8em;color:red}</style>
<style>
.py4web-validation-error{margin-top:-16px; font-size:0.8em;color:red;}
.grid-table-wrapper{overflow-x: auto;}
</style>
[[block page_head]]<!-- individual pages can customize header here -->[[end]]
</head>
<body>
Expand Down

0 comments on commit a6526df

Please sign in to comment.