fix visualizzazione tabella html
This commit is contained in:
parent
7559babaa9
commit
886b380781
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
table {
|
table {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
empty-cells: show;
|
empty-cells: show;
|
||||||
font-size: .6em;
|
font-size: .55em;
|
||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -56,6 +56,7 @@
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
div.tabella {
|
div.tabella {
|
||||||
|
font-family: sans-serif;
|
||||||
float:left;
|
float:left;
|
||||||
display:block;
|
display:block;
|
||||||
width: 70vw;
|
width: 70vw;
|
||||||
|
|
Reference in a new issue