Skip to content

Commit

Permalink
fix(core/datepicker): add width (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Sep 25, 2023
1 parent b632ad0 commit efded9d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/core/src/components/date-picker/date-picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

:host {
@include ix-component;
display: block;
position: relative;
width: 22rem;

.header {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/components/date-picker/date-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export type DateTimeCorners = DateTimeCardCorners;

@Component({
tag: 'ix-date-picker',
styleUrl: 'date-picker.scss',
styleUrl: './date-picker.scss',
shadow: true,
})
export class DatePicker {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit efded9d

Please sign in to comment.