diff --git a/apps/client/src/widgets/view_widgets/table_view/index.ts b/apps/client/src/widgets/view_widgets/table_view/index.ts index 3017ebfb1..f7133458a 100644 --- a/apps/client/src/widgets/view_widgets/table_view/index.ts +++ b/apps/client/src/widgets/view_widgets/table_view/index.ts @@ -9,7 +9,7 @@ import type { CommandListenerData, EventData } from "../../../components/app_con import type { Attribute } from "../../../services/attribute_parser.js"; import note_create from "../../../services/note_create.js"; import {Tabulator} from 'tabulator-tables'; -import "tabulator-tables/dist/css/tabulator.min.css"; +import "tabulator-tables/dist/css/tabulator_bootstrap5.min.css"; const TPL = /*html*/`