Firefox compatiblity patch for table width
This commit is contained in:
parent
59989e426c
commit
c46677671d
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ table {
|
||||||
display: block;
|
display: block;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
margin: 1rem auto;
|
margin: 1rem auto;
|
||||||
width: fit-content;
|
width: max-content;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue