diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-20 19:44:31 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-20 19:44:49 +0300 |
| commit | 631b8b93a4a8dd548bae5ab9fa7bc4d6e892ae3f (patch) | |
| tree | 70eafaf1c189471885124e2a52401574f60b2464 /src/components/timeline/timeline.js | |
| parent | aef6d529516f34d346faa7e6c424a16ff5f9a202 (diff) | |
tons of fixes mainly aimed at panel headings
Diffstat (limited to 'src/components/timeline/timeline.js')
| -rw-r--r-- | src/components/timeline/timeline.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 4ae7410e..f79b5167 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -60,7 +60,7 @@ const Timeline = { } }, classes () { - let rootClasses = !this.embedded ? ['panel', 'panel-default'] : [] + let rootClasses = !this.embedded ? ['panel', 'panel-default'] : ['-nonpanel'] if (this.blockingClicks) rootClasses = rootClasses.concat(['-blocked', '_misclick-prevention']) return { root: rootClasses, |
