Skip to content

Commit

Permalink
Removed duplicate CSS and removed line break before user section
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <snipe@snipe.net>
  • Loading branch information
snipe committed Oct 7, 2024
1 parent 7fc498a commit 3f36d5f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions resources/views/users/print.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@
@page {
size: A4;
}
#start_of_user_section {
break-before: page;
}
.print-logo {
max-height: 40px;
}
Expand All @@ -51,13 +47,6 @@
}
</style>

<script nonce="{{ csrf_token() }}">
window.snipeit = {
settings: {
"per_page": 50
}
};
</script>

</head>
<body>
Expand Down

0 comments on commit 3f36d5f

Please sign in to comment.