Skip to content

Commit 838cfbc

Browse files
authored
Merge branch 'master' into rkaraivanov/tooltip
2 parents 4f38286 + 489c8ff commit 838cfbc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/components/file-input/file-input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import { fileValidators } from './validators.js';
4646
export default class IgcFileInputComponent extends IgcInputBaseComponent {
4747
private _hasActivation = false;
4848
public static readonly tagName = 'igc-file-input';
49-
public static override styles = [...super.styles, styles];
49+
public static override styles = [...IgcInputBaseComponent.styles, styles];
5050

5151
/* blazorSuppress */
5252
public static register() {

src/components/stepper/themes/step/step.base.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,17 @@
192192
}
193193

194194
[part~='start'] {
195+
--align-text: end;
196+
195197
[part='text'] {
196198
order: -1;
197199
}
198200
}
199201

202+
[part~='end'] {
203+
--align-text: start;
204+
}
205+
200206
[part~='start'],
201207
[part~='end'] {
202208
align-items: center;

0 commit comments

Comments
 (0)