Skip to content

Commit

Permalink
Merge pull request #15426 from dobanisola-scottlogic/make_p-timeline_…
Browse files Browse the repository at this point in the history
…mobile_responsive

fix p-timeline mobile responsiveness
  • Loading branch information
cetincakiroglu authored May 3, 2024
2 parents a1b42a9 + f2a6ff4 commit b46597e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/showcase/pages/timeline/timelinedemo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import { StyleDoc } from '@doc/timeline/styledoc';
import { AccessibilityDoc } from '@doc/timeline/accessibilitydoc';

@Component({
templateUrl: './timelinedemo.html'
templateUrl: './timelinedemo.html',
styleUrls: ['./timelinedemo.scss']
})
export class TimelineDemo {
docs = [
Expand Down

0 comments on commit b46597e

Please sign in to comment.