Skip to content

Commit

Permalink
height textarea in sla page[WTEL-5739](https://webitel.atlassian.net/…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lera24 committed Dec 18, 2024
1 parent 57b1dc9 commit 2533e92
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@input="setItemProp({ path: 'description', value: $event })"
/>

<div>
<div class="opened-card-input-grid ">
<wt-timepicker
:label="t('lookups.slas.reactionTime')"
:value="itemInstance.reactionTime"
Expand All @@ -43,9 +43,7 @@
required
@input="setItemProp({ path: 'resolutionTime', value: +$event })"
/>
</div>

<div class="opened-sla-general__wrapper">
<wt-datepicker
:label="t('lookups.slas.validFrom')"
:value="itemInstance.validFrom"
Expand Down Expand Up @@ -86,8 +84,10 @@ function loadCalendarsList(search) {
</script>

<style lang="scss" scoped>
.opened-sla-general__wrapper {
display: flex;
gap: var(--spacing-sm);
// TODO: temporary solution. Will be fixed with typography
.opened-sla-general {
:deep(.wt-textarea__textarea) {
min-height: 120px;
}
}
</style>

0 comments on commit 2533e92

Please sign in to comment.