Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MajaZarkova committed Jun 7, 2024
1 parent 01731a8 commit fec0ed3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/sit-onyx/src/components/OnyxInput/OnyxInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ const { t } = injectI18n();
display: flex;
max-width: 100%;
width: 100%;
// gap: var(--onyx-spacing-2xs);
}
&__message-tooltip {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ const handleInput = (event: Event) => {
}
}
.onyx-info-tooltip {
margin-left: var(--onyx-spacing-2xs);
}
.onyx-textarea,
.onyx-textarea-skeleton {
--min-autosize-rows: 3;
Expand Down Expand Up @@ -227,7 +231,6 @@ const handleInput = (event: Event) => {
display: flex;
max-width: 100%;
width: 100%;
gap: var(--onyx-spacing-2xs);
}
&__message-tooltip {
Expand Down

0 comments on commit fec0ed3

Please sign in to comment.