Fix padding on the body.

This commit is contained in:
Jeremy Wall 2022-08-24 18:32:43 -04:00
parent 496c7f5ea2
commit 104464a912

View File

@ -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;
}