Skip to content

Commit

Permalink
fix(card): fix #962 (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
hryb authored and lexzhukov committed Apr 12, 2017
1 parent 06d1b98 commit 72cb319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="table-responsive">
<div class="vertical-scroll">
<table class="table">
<tr>
<th>#</th>
Expand Down
1 change: 1 addition & 0 deletions src/app/theme/sass/bootstrap-overrides/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ $card-header-font-size: 16px;
.card-body {
height: calc(100% - #{$card-title-height});
overflow-y: auto;
flex: 1;
}
}
}
Expand Down

0 comments on commit 72cb319

Please sign in to comment.