File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
core/src/components/input-otp Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 113113.input-otp-separator {
114114 @include border-radius (var (--separator-border-radius ));
115115
116+ flex : 1 0 auto ;
117+
116118 width : var (--separator-width );
117119 height : var (--separator-height );
118120
129131 font-size : 0.875em ;
130132}
131133
132- :host (.input-otp-size-small ) .input-otp-group {
134+ :host (.input-otp-size-small ) .input-otp-group ,
135+ :host (.input-otp-size-small ) .native-wrapper {
133136 gap : 8px ;
134137}
135138
136- :host (.input-otp-size-small ) .input-otp-separator {
137- @include margin-horizontal (8px , null);
138- }
139-
140139:host (.input-otp-size-medium ) {
141140 --width : 48px ;
142141 --height : 48px ;
152151}
153152
154153:host (.input-otp-size-medium ) .input-otp-group ,
155- :host (.input-otp-size-large ) .input-otp-group {
154+ :host (.input-otp-size-medium ) .native-wrapper ,
155+ :host (.input-otp-size-large ) .input-otp-group ,
156+ :host (.input-otp-size-large ) .native-wrapper {
156157 gap : 12px ;
157158}
158159
159- :host (.input-otp-size-medium ) .input-otp-separator ,
160- :host (.input-otp-size-large ) .input-otp-separator {
161- @include margin-horizontal (12px , null);
162- }
163-
164-
165160// Shapes
166161// --------------------------------------------------
167162
You can’t perform that action at this time.
0 commit comments