Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1349 from YaleSTC/724_dropdown_fix
Browse files Browse the repository at this point in the history
[724] Set minimum height for Reservations table
  • Loading branch information
orenyk committed Nov 23, 2015
2 parents fdc93e5 + d14b450 commit 986058d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/reservations/_index.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
border-radius: 5px;
margin-bottom: 20px;
}

#reservations-list {
height: 10em;
}
2 changes: 1 addition & 1 deletion app/views/reservations/_reservations_list.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<table id="table_woo" class="datatable table table-striped table-bordered">
<table id="reservations-list" class="datatable table table-striped table-bordered">
<thead>
<tr>
<th>#</th>
Expand Down

0 comments on commit 986058d

Please sign in to comment.