mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Removed duplicate CSS and removed line break before user section
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
7fc498a597
commit
3f36d5f9b3
|
@ -36,11 +36,7 @@
|
||||||
@page {
|
@page {
|
||||||
size: A4;
|
size: A4;
|
||||||
}
|
}
|
||||||
|
|
||||||
#start_of_user_section {
|
|
||||||
break-before: page;
|
|
||||||
}
|
|
||||||
|
|
||||||
.print-logo {
|
.print-logo {
|
||||||
max-height: 40px;
|
max-height: 40px;
|
||||||
}
|
}
|
||||||
|
@ -51,13 +47,6 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script nonce="{{ csrf_token() }}">
|
|
||||||
window.snipeit = {
|
|
||||||
settings: {
|
|
||||||
"per_page": 50
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue