diff --git a/web/static/app.css b/web/static/app.css index a14f189..d3d0e2e 100644 --- a/web/static/app.css +++ b/web/static/app.css @@ -14,6 +14,7 @@ * limitations under the License. */ @media print { + .no-print, .no-print * { display: none !important; @@ -39,3 +40,7 @@ .destructive { background-color: firebrick !important; } + +body { + padding: 8px; +} \ No newline at end of file