khan4019 / tree-grid-directive

Need one or more maintainer for this! comment or email me if you are interested
http://khan4019.github.io/tree-grid-directive/test/treeGrid.html
347 stars 183 forks source link

Styling issues #16

Closed diosney closed 9 years ago

diosney commented 10 years ago

Hi,

The following styles are causing that the grid really looks bad on Bootstrap 3:

 .tree-grid .tree-grid-row {  
  padding: 0px;
  margin:0px;
}
.tree-grid .tree-grid-row td {
    padding: 1px;
    margin:0px;
}

.tree-grid .tree-grid-row a {
  padding: 3px 10px;
}

The following images are when removing the styles (after) and when they are present (before).

Before: styles before

After: styles after