fix #746
parent
d030c277a3
commit
07851caa8d
|
@ -15,6 +15,7 @@ block content
|
|||
|
||||
section.us-story-main-data
|
||||
div.us-title(ng-class="{blocked: issue.is_blocked}")
|
||||
span.us-number(tg-bo-ref="issue.ref")
|
||||
input(type="text", ng-model="issue.subject", data-required="true", data-maxlength="500")
|
||||
p.block-desc-container(ng-show="issue.is_blocked")
|
||||
span.block-description-title Blocked
|
||||
|
|
|
@ -15,6 +15,7 @@ block content
|
|||
|
||||
section.us-story-main-data
|
||||
div.us-title(ng-class="{blocked: us.is_blocked}")
|
||||
span.us-number(tg-bo-ref="us.ref")
|
||||
input(type="text", ng-model="us.subject", data-required="true", data-maxlength="500")
|
||||
p.block-desc-container(ng-show="us.is_blocked")
|
||||
span.block-description-title Blocked
|
||||
|
|
|
@ -40,9 +40,10 @@
|
|||
}
|
||||
.us-number {
|
||||
@extend %xlarge;
|
||||
@extend %title;
|
||||
color: $gray-light;
|
||||
flex-shrink: 0;
|
||||
line-height: 2rem;
|
||||
line-height: 2.2rem;
|
||||
margin-right: .5rem;
|
||||
}
|
||||
.us-name {
|
||||
|
|
Loading…
Reference in New Issue