@ -51,7 +51,7 @@ class InhumanResources(Bureau):
cmd = data["cmd"]
cmdname = data["cmdname"]
desc = data["desc"]
barcode = code128.svg(prefix + cmd + ".", thickness=1.5)
barcode = code128.svg(prefix + cmd + ".")
except KeyError as e:
print("cannot add invalid command:", str(e))
return
@ -28,7 +28,7 @@
padding-bottom: 0.5em;
}
.cmdcol svg {
width: 300px;
width: 100%;
.cmddesc {
margin-top: 0;