aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-23 12:55:58 +0800
committercrupest <crupest@outlook.com>2021-06-23 12:55:58 +0800
commit69ae64e11129b97c48115a3456138a588e0375a4 (patch)
tree4f382ef41194b6db09a285dbc1382979fca4f804 /FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx
parent85119a1dee1e75f1f894c267085f235ac3102c0e (diff)
downloadtimeline-69ae64e11129b97c48115a3456138a588e0375a4.tar.gz
timeline-69ae64e11129b97c48115a3456138a588e0375a4.tar.bz2
timeline-69ae64e11129b97c48115a3456138a588e0375a4.zip
...
Diffstat (limited to 'FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx')
-rw-r--r--FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx b/FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx
index 4a56346a..6f032eae 100644
--- a/FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx
+++ b/FrontEnd/src/views/timeline-common/TimelinePageTemplate.tsx
@@ -75,7 +75,7 @@ const TimelinePageTemplate: React.FC<TimelinePageTemplateProps> = (props) => {
connectionStatus={connectionStatus}
/>
) : null}
- <Container className="px-0">
+ <Container>
<Timeline
timelineName={timelineName}
reloadKey={reloadKey}