mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
163b3f6c0b
2
app.json
2
app.json
|
@ -148,7 +148,7 @@
|
||||||
"image": "heroku/php",
|
"image": "heroku/php",
|
||||||
"addons": [
|
"addons": [
|
||||||
"cleardb:ignite",
|
"cleardb:ignite",
|
||||||
"heroku-redis:hobby-dev",
|
"heroku-redis:mini",
|
||||||
"papertrail:choklad"
|
"papertrail:choklad"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -52,8 +52,7 @@ $qr_size = ($settings->alt_barcode_enabled=='1') && ($settings->alt_barcode!='')
|
||||||
}
|
}
|
||||||
img.barcode {
|
img.barcode {
|
||||||
display:block;
|
display:block;
|
||||||
|
margin-top:-7px;
|
||||||
padding-top: .11in;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
div.label-logo {
|
div.label-logo {
|
||||||
|
|
Loading…
Reference in a new issue