templates: titleblock: don't force total width or height
This commit is contained in:
parent
e1cf97c8fd
commit
241225a0f3
9
src/wireviz/templates/titleblock.html
generated
9
src/wireviz/templates/titleblock.html
generated
@ -1,13 +1,8 @@
|
||||
<style>
|
||||
#titleblock {
|
||||
position: absolute;
|
||||
bottom: 0mm;
|
||||
right: -0mm;
|
||||
}
|
||||
|
||||
#titleblock {
|
||||
width: 180mm;
|
||||
height: {{ titleblock_rows * 4.25 }}mm;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#titleblock table, th, td {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user