Skip to content

Commit

Permalink
Merge pull request #504 from ZeusWPI/fix/504/event-column-width
Browse files Browse the repository at this point in the history
Fix the bootstrap event column page
  • Loading branch information
TomNaessens committed Mar 24, 2015
2 parents 718d629 + 97e7c26 commit 355c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/events/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h3>Description</h3>
<table class="table word-break">
<tr>
<th>Organisation</th>
<th class="col-md-3 col-xs-3">Organisation</th>
<td><%= @event.club.name %></td>
</tr>
<tr>
Expand Down

0 comments on commit 355c640

Please sign in to comment.