Sfoglia il codice sorgente

add style for handsontable

utsushiiro 7 anni fa
parent
commit
7546831798

+ 9 - 0
src/client/styles/scss/_handsontable.scss

@@ -0,0 +1,9 @@
+.handsontable {
+  .handsontableInput {
+    max-width: 290px !important;
+  }
+
+  td {
+    word-break: break-all;
+  }
+}

+ 1 - 0
src/client/styles/scss/style.scss

@@ -42,6 +42,7 @@
 @import 'shortcuts';
 @import 'shortcuts';
 @import 'user';
 @import 'user';
 @import 'user_growi';
 @import 'user_growi';
+@import 'handsontable';
 @import 'wiki';
 @import 'wiki';
 
 
 /*
 /*