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-layout: fixed;
|
||||
empty-cells: show;
|
||||
font-size: .6em;
|
||||
font-size: .55em;
|
||||
}
|
||||
div {
|
||||
float: left;
|
||||
|
@ -56,6 +56,7 @@
|
|||
padding: 0px;
|
||||
}
|
||||
div.tabella {
|
||||
font-family: sans-serif;
|
||||
float:left;
|
||||
display:block;
|
||||
width: 70vw;
|
||||
|
|
Reference in a new issue