Skip to content

Commit 0ec2182

Browse files
committed
fix hint position & padding with tooltip hint
1 parent 0465e8d commit 0ec2182

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

projects/social_platform/src/app/ui/components/input/input.component.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
&--with-tooltip {
36-
padding-right: 130px;
36+
padding-right: 60px;
3737
}
3838

3939
&--border {
@@ -138,6 +138,9 @@
138138
right: 20px;
139139
z-index: 10;
140140
transform: translateY(-50%);
141+
padding: 2px;
142+
background-color: var(--light-gray);
143+
border-radius: 100%;
141144

142145
&--small {
143146
top: 15%;

projects/social_platform/src/app/ui/components/textarea/textarea.component.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171
right: 15px;
7272
z-index: 10;
7373
transform: translateY(-50%);
74+
padding: 2px;
75+
background-color: var(--light-gray);
76+
border-radius: 100%;
7477
}
7578

7679
&__counter {

0 commit comments

Comments
 (0)