Skip to content

Commit

Permalink
Fix display issues with long session titles when moving
Browse files Browse the repository at this point in the history
  • Loading branch information
petschekr committed Apr 17, 2016
1 parent ef9b911 commit 0ef36e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h3 style="margin: 5px 0">[[moveUserInfo.name]]</h3>
<div class="flex-container">
<div style="width: 49%;">
<div secondary>[[item.time.start.formatted]] to [[item.time.end.formatted]]</div>
<div>[[item.title.formatted]]</div>
<div style="overflow: auto;">[[item.title.formatted]]</div>
</div>
<span class="flex"></span>
<paper-dropdown-menu label="Move to..." style="width: 49%; margin-top: -10px;" disabled$="[[item.mandatory]]">
Expand Down

0 comments on commit 0ef36e4

Please sign in to comment.