no message
This commit is contained in:
parent
6a93f5eb62
commit
2161963a8d
@ -6,7 +6,7 @@
|
||||
// YouTrack: http://qoomon.myjetbrains.com/youtrack/dashboard
|
||||
|
||||
var global = {};
|
||||
global.version = "4.4.0";
|
||||
global.version = "4.4.1";
|
||||
global.issueTrackingUrl = "https://github.com/qoomon/Jira-Issue-Card-Printer";
|
||||
|
||||
global.isDev = document.currentScript == null;
|
||||
|
||||
4
card.css
4
card.css
@ -3,7 +3,7 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
html {
|
||||
background: WHITE;
|
||||
background-color: LIGHTGREY;
|
||||
padding: 0rem;
|
||||
margin: 0rem;
|
||||
font-size: 1.0cm;
|
||||
@ -77,6 +77,7 @@ body {
|
||||
min-width: 14.5rem;
|
||||
min-height: 8.65rem;
|
||||
overflow: hidden;
|
||||
background-color: WHITE;
|
||||
}
|
||||
.card::before {
|
||||
box-sizing: border-box;
|
||||
@ -333,6 +334,7 @@ body {
|
||||
padding: 0.0mm;
|
||||
}
|
||||
html {
|
||||
background-color: WHITE !important;
|
||||
-webkit-print-color-adjust: exact !important;
|
||||
print-color-adjust: exact !important;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user