💄 table
This commit is contained in:
parent
a099162ebd
commit
8c75dce656
2 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,6 @@
|
|||
margin: 0;
|
||||
overflow: auto;
|
||||
border-spacing: 0;
|
||||
display: inline-block;
|
||||
width: max-content;
|
||||
|
||||
tr:nth-child(2n) td {
|
||||
|
|
|
@ -269,6 +269,7 @@
|
|||
&.table[custom-pinthead="true"] {
|
||||
table {
|
||||
max-height: 50vh;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
thead {
|
||||
|
|
Loading…
Add table
Reference in a new issue