Skip to content

Commit

Permalink
Set width for item status
Browse files Browse the repository at this point in the history
  • Loading branch information
little9 committed Mar 27, 2024
1 parent 6159b43 commit a84afa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01JHU_INST-JHU/html/prm-location-items-after.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h5 class="section-title">
(click)="">
<div layout="row" aria-live="assertive" flex>
<div class="md-list-item-text" layout="row" layout-wrap flex>
<div flex-xs="100">
<div flex-xs="100" style="max-width: 120px;">
<div ng-if="item.itemFields[0]"><span translate="nui.item.brief.1"></span> <span class="item-status"
ng-click="$ctrl.parentCtrl.checkClick($event)"
ng-bind-html="item.itemFields[0]" /><md-tooltip>{{item.itemFields[0]}}</md-tooltip></div>
Expand Down

0 comments on commit a84afa7

Please sign in to comment.