Skip to content

Commit

Permalink
feat: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seonim-ryu committed May 24, 2017
1 parent acd621b commit 6b7fc09
Show file tree
Hide file tree
Showing 9 changed files with 419 additions and 163 deletions.
258 changes: 193 additions & 65 deletions dist/grid.comb.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/grid.comb.min.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions dist/grid.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* bundle created at "Wed Apr 26 2017 23:22:55 GMT+0900 (KST)"
* version: 2.1.0-a
* bundle created at "Wed May 24 2017 17:04:47 GMT+0900 (KST)"
* version: 2.1.0
*/
.tui-grid-container {
width: 100%;
Expand Down Expand Up @@ -201,6 +201,7 @@
margin: 0;
}
.tui-grid-lside-area .tui-grid-table {
width: 100%;
border-right-width: 0;
}
.tui-grid-foot-area .tui-grid-table {
Expand Down Expand Up @@ -229,7 +230,7 @@
padding: 0;
text-align: center;
}
.tui-grid-cell-ellipsis {
.tui-grid-cell-ellipsis .tui-grid-cell-content {
text-overflow: ellipsis;
}
.tui-grid-cell-content .tui-grid-content-before {
Expand Down
Loading

0 comments on commit 6b7fc09

Please sign in to comment.