Skip to content

Commit 6f3e6f9

Browse files
committed
fix length criterias
1 parent 518f347 commit 6f3e6f9

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

projects/social_platform/src/app/office/features/info-card/info-card.component.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,17 +239,19 @@ <h3>Вы действительно хотите отписаться от пр
239239
<div class="unsubscribe-modal__buttons">
240240
<app-button
241241
color="red"
242+
size="big"
242243
customTypographyClass="unsubscribe-modal-btn__typography"
243244
(click)="onUnsubscribe($event, info?.id!)"
244245
[disabled]="!info?.id"
245246
>
246-
Отписаться
247+
отписаться
247248
</app-button>
248249
<app-button
250+
size="big"
249251
customTypographyClass="unsubscribe-modal-btn__typography"
250252
(click)="onCloseUnsubscribeModal()"
251253
>
252-
Отменить
254+
отменить
253255
</app-button>
254256
</div>
255257
</div>

projects/social_platform/src/app/office/program/shared/rating-card/rating-card.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</div>
6464

6565
<div class="card__lower">
66-
<div class="card__wrapper" [style.overflow-y]="isProjectCriterias() > 4 ? 'auto' : 'none'">
66+
<div class="card__wrapper" [style.overflow-y]="isProjectCriterias() > 6 ? 'auto' : 'none'">
6767
<div class="card__lower--info">
6868
<p class="text-body-12">оценка проекта</p>
6969
<i appIcon icon="medal" appWidth="8" appHeight="12"></i>

0 commit comments

Comments
 (0)