fix: Update the hardcoded scroll-width to match with the current table length (#3774)

Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
This commit is contained in:
Amal Jose A 2022-01-18 07:37:51 +05:30 committed by GitHub
parent 6deb3764dc
commit c64cffb294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
<ve-table
v-else
:columns="columns"
scroll-width="155rem"
scroll-width="190rem"
:table-data="tableData"
:border-around="true"
/>