aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/views/timeline-common/Timeline.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/app/views/timeline-common/Timeline.tsx')
-rw-r--r--Timeline/ClientApp/src/app/views/timeline-common/Timeline.tsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/Timeline/ClientApp/src/app/views/timeline-common/Timeline.tsx b/Timeline/ClientApp/src/app/views/timeline-common/Timeline.tsx
index 1ad62a51..1cb15d8e 100644
--- a/Timeline/ClientApp/src/app/views/timeline-common/Timeline.tsx
+++ b/Timeline/ClientApp/src/app/views/timeline-common/Timeline.tsx
@@ -51,10 +51,7 @@ const Timeline: React.FC<TimelineProps> = (props) => {
}, [posts, onDelete]);
return (
- <div
- ref={props.containerRef}
- className={clsx("container-fluid timeline", props.className)}
- >
+ <div ref={props.containerRef} className={clsx("timeline", props.className)}>
<div className="timeline-enter-animation-mask" />
{(() => {
const length = posts.length;