Fix table scroll
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
2479dc4096
commit
b3e27da26d
1 changed files with 3 additions and 2 deletions
|
@ -438,8 +438,9 @@
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
& table {
|
& table {
|
||||||
display: -webkit-box;
|
display: inline-block;
|
||||||
width: 100%;
|
max-width: 100%;
|
||||||
|
white-space: normal !important;
|
||||||
background-color: var(--bg-surface-hover);
|
background-color: var(--bg-surface-hover);
|
||||||
border-radius: calc(var(--bo-radius) / 2);
|
border-radius: calc(var(--bo-radius) / 2);
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
|
|
Loading…
Reference in a new issue