From 4e1d0f4d02e4aa00e9f660edc7f22e03d6ff216e Mon Sep 17 00:00:00 2001 From: amay077 Date: Fri, 14 Feb 2020 13:30:46 +0900 Subject: [PATCH] fix missing link --- src/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles.css b/src/styles.css index 090c317..4231c0f 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,7 +1,7 @@ /* You can add global styles to this file, and also import other style files */ @import url('https://fonts.googleapis.com/css?family=Roboto'); @import '~dhx-vault/codebase/vault.css'; -@import '~dhx-spreadsheet/codebase//spreadsheet.css'; +@import '~dhx-spreadsheet/codebase//spreadsheet.min.css'; @import '~dhx-richtext/codebase//richtext.css'; html, body { @@ -33,4 +33,4 @@ textarea { font-weight: 500; line-height: 24px; margin-top: 20px; -} \ No newline at end of file +}