1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Introduce new Tabular editor with CSV import support

Closes #211 and #202

An all-new tabular editor has been added -- this replaces the previous tabular editor.

Better formatting options.

CSV data can also be imported straight into the table.
This commit is contained in:
Harvey Kandola 2019-03-01 14:28:18 +00:00
parent ed99b0c9f3
commit 25c247e99b
18 changed files with 2224 additions and 14 deletions

View file

@ -10,11 +10,15 @@
padding: 5px 7px !important;
border: 1px solid map-get($gray-shades, 300) !important;
background-color: map-get($gray-shades, 100);
vertical-align: top;
text-align: left;
}
td {
padding: 5px 7px !important;
border: 1px solid map-get($gray-shades, 300) !important;
vertical-align: top;
text-align: left;
p {
margin: 0 !important;