Skip to content

Commit b118626

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@
137137
top: 55%;
138138
right: 20px;
139139
z-index: 10;
140-
transform: translateY(-50%);
141140
padding: 2px;
142141
background-color: var(--light-gray);
143142
border-radius: 100%;
143+
transform: translateY(-50%);
144144

145145
&--small {
146146
top: 15%;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
top: 25px;
7171
right: 15px;
7272
z-index: 10;
73-
transform: translateY(-50%);
7473
padding: 2px;
7574
background-color: var(--light-gray);
7675
border-radius: 100%;
76+
transform: translateY(-50%);
7777
}
7878

7979
&__counter {

0 commit comments

Comments
 (0)