Skip to content

Commit

Permalink
fix(ui-grid): do not double height of grid
Browse files Browse the repository at this point in the history
This commit removes the padding fix that was introduced for ui-grid's
weird rendering.

See http://stackoverflow.com/questions/32461624 for more information.
  • Loading branch information
Jonathan Niles authored and sfount committed Jan 10, 2017
1 parent 822277a commit bfb9b66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions client/src/css/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -842,11 +842,6 @@ growl-notification.fading.ng-leave.ng-leave-active {
width: initial;
}

/* fix weird whitespace at the top of grids. */
.ui-grid-canvas {
padding-top : 0;
}

/* fix weird double-line on grid footers */
.ui-grid-footer-panel {
border-bottom: none;
Expand Down
2 changes: 0 additions & 2 deletions client/src/css/ui-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,3 @@
color: white;
background-color: blue;
}


0 comments on commit bfb9b66

Please sign in to comment.