File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
projects/packages/forms/src Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 17
17
}
18
18
19
19
// these class is used to style input and textarea elements
20
- .jetpack-field__input-element {
20
+ .jetpack-field__input-element :not ( .jetpack-field__input-prefix .jetpack-field__input-element ) {
21
21
font : inherit ;
22
22
line-height : inherit ;
23
23
border : 0 ;
24
24
color : inherit ;
25
25
outline : none ;
26
26
background-color : transparent ;
27
27
padding : 0 ;
28
+ letter-spacing : inherit ;
28
29
29
30
flex : 1 ;
30
31
width : inherit ;
Original file line number Diff line number Diff line change 45
45
resize : none ;
46
46
padding : 0 ;
47
47
min-width : unset ;
48
+
49
+ & :not (.jetpack-field__input-prefix .jetpack-field__input-element ) {
50
+ letter-spacing : inherit ;
51
+ }
48
52
}
49
53
50
54
.jetpack-field__input-element ::before ,
You can’t perform that action at this time.
0 commit comments