Skip to content

Commit

Permalink
chore: changed css (#5537)
Browse files Browse the repository at this point in the history
Signed-off-by: NaYeong,Kim <[email protected]>
  • Loading branch information
skdud4659 authored Jan 16, 2025
1 parent 62a23c5 commit e4a1654
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,15 +391,15 @@ watch(() => storeState.isEventRuleEditMode, (isEditMode) => {
}
.merge-asset {
@apply flex items-center flex-1 gap-3;
.input-box {
@apply inline-block flex-1;
margin-bottom: 0;
.merge-asset-labels {
.unit {
@apply text-label-md text-gray-400;
margin-top: -0.125rem;
line-height: 1rem;
}
}
.input-box {
@apply inline-block flex-1;
margin-bottom: 0;
.merge-asset-labels {
.unit {
@apply text-label-md text-gray-400;
margin-top: -0.125rem;
line-height: 1rem;
}
}
}
Expand Down

0 comments on commit e4a1654

Please sign in to comment.