Merge pull request #2619 from FinnStutzenstein/Issue2573

No overrun of identifier col in motion table (closes #2573)
This commit is contained in:
Norman Jäckel 2016-11-11 13:21:25 +01:00 committed by GitHub
commit 67aa92a7ac
1 changed files with 2 additions and 2 deletions

View File

@ -376,9 +376,9 @@
<!-- main content column -->
<div class="col-xs-6 content">
<div class="identifier-col">
<div class="nobr" ng-show="motion.identifier">
<span ng-show="motion.identifier">
{{ motion.identifier }}
</div>
</span>
</div>
<div class="title-col">
<!-- ID and title -->