Commit 70b1f26 1 parent 1e517a6 commit 70b1f26 Copy full SHA for 70b1f26
File tree 4 files changed +11
-5
lines changed
system/core/src/components
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ export const fullStyles = css`
152
152
& [data-mode = 'input-append' ] {
153
153
border-color : transparent !important ;
154
154
border-radius : calc (var (--border-radius-small ) - 1px );
155
+ align-self : flex-start;
155
156
& : not ([data-variant ]) {
156
157
${ variantStyles . bare } ;
157
158
}
Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ export const fullStyles = css`
82
82
var (--tk-input-icon-end-padding )
83
83
);
84
84
--tk-icon-button-padding : 8px !important ;
85
- margin : 0 -11 px 0 -6px ;
85
+ margin : 0 -9 px 0 -6px ;
86
86
}
87
87
& [data-size = 'small' ] > [data-mode = 'input-append' ] {
88
- margin : 0 -11 px 0 -3px ;
88
+ margin : 0 -9 px 0 -3px ;
89
89
}
90
90
` ;
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ export const textareaSizingStyles = css`
13
13
${ inputStyles }
14
14
width : var (--tk-input-width );
15
15
--tk-textarea-height : calc (
16
- var (--tk-input-height ) - (var (--tk-input-border-width ) * 2 )
16
+ 2lh + (var (--tk-input-border-width ) * 2 ) +
17
+ (var (--tk-input-vertical-padding ) * 2 )
17
18
);
18
19
min-height : var (--tk-textarea-height );
19
20
resize : vertical;
@@ -44,6 +45,10 @@ export const textareaWrapperStyles = css`
44
45
overflow : hidden;
45
46
align-self : stretch;
46
47
}
48
+ & > svg {
49
+ min-height : var (--tk-input-height );
50
+ align-self : flex-start;
51
+ }
47
52
@supports (field-sizing : content) {
48
53
& [data-content ]: after {
49
54
display : none;
Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ export const fullStyles = css`
101
101
var (--tk-input-icon-end-padding )
102
102
);
103
103
--tk-icon-button-padding : 8px !important ;
104
- margin : 0 -11 px 0 -6px ;
104
+ margin : 0 -9 px 0 -6px ;
105
105
}
106
106
& [data-size = 'small' ] > [data-mode = 'input-append' ] {
107
- margin : 0 -11 px 0 -3px ;
107
+ margin : 0 -9 px 0 -3px ;
108
108
}
109
109
` ;
You can’t perform that action at this time.
0 commit comments