Skip to content

Commit

Permalink
Update columns for room info box
Browse files Browse the repository at this point in the history
  • Loading branch information
abkruse committed Aug 10, 2017
1 parent 2976b89 commit ee8cae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion member/templates/member/events/booking_create.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h5 class='header-font' style='color:RGBA(66, 98, 113, 1.00);'>{{ room.name }}</
{% endif %}
<div class='col s7 offset-s1'>
<div class='row' style='margin-bottom:0;'>
<h4 class='col s9 m10 l10'>{{ room.name }}</h4>
<h4 class='col s6 m8 l9 x10'>{{ room.name }}</h4>
<button class='btn col s1 m1 l1 room-close'>X</p>
</div>
<ul>
Expand Down

0 comments on commit ee8cae1

Please sign in to comment.