Skip to content

Commit

Permalink
fix: t#4075 max-length text size
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfran committed Oct 18, 2023
1 parent 71ee5ea commit c2dd562
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ Copyright (c) 2023-present Kaleidos INC
.input-wrapper {
flex: 1;
}

.max-length {
font-size: var(--font-size-small);
}
4 changes: 4 additions & 0 deletions javascript/libs/ui/src/lib/inputs/error/error.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ Copyright (c) 2023-present Kaleidos INC
inline-size: var(--spacing-16);
margin-inline-end: var(--spacing-4);
}

&:last-child {
margin-block-end: 0;
}
}

0 comments on commit c2dd562

Please sign in to comment.