Skip to content

Commit

Permalink
chore(ui): align chart duration label with switch toggle (#7259)
Browse files Browse the repository at this point in the history
  • Loading branch information
aabhas-sao authored Feb 10, 2025
1 parent 0c3ed3b commit 346100c
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<div
class="d-flex justify-content-end align-items-center switch-content"
>
<span class="pe-2 fw-light small">{{ t("duration") }}</span>
<el-switch
v-model="duration"
:active-icon="CheckIcon"
inline-prompt
/>
<span class="d-flex align-items-center ps-2 fw-light small">{{ t("duration") }}</span>
</div>
<div id="executions" />
</div>
Expand Down Expand Up @@ -132,9 +132,5 @@ $height: 200px;
.small {
font-size: 0.75rem;
}
.pe-2 {
padding-right: 0.5rem;
}
}
</style>

0 comments on commit 346100c

Please sign in to comment.