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>
|
<style>
|
||||||
#titleblock {
|
#titleblock {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0mm;
|
bottom: 0;
|
||||||
right: -0mm;
|
right: 0;
|
||||||
}
|
|
||||||
|
|
||||||
#titleblock {
|
|
||||||
width: 180mm;
|
|
||||||
height: {{ titleblock_rows * 4.25 }}mm;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#titleblock table, th, td {
|
#titleblock table, th, td {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user