Set Period Ending alert to wrap and removed unnecessary class and <br> tag

This commit is contained in:
leigh-mil
2019-02-14 16:59:38 -05:00
parent 505348ea59
commit 1e79edf0ed
2 changed files with 15 additions and 4 deletions

View File

@@ -370,12 +370,23 @@
}
.to-performance-period {
&.to-expiring-soon {
display: flex;
flex-wrap: wrap;
.to-end-date {
margin-right: 1.2rem;
}
&.to-expiring-soon {
.to-expiration-alert {
font-weight: $font-bold;
font-size: 1.5rem;
margin-left: $gap;
word-break: normal;
white-space: normal;
.icon {
margin-left: 0;
}
}
&.funded .to-expiration-alert {