aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-06 15:44:09 +0800
committercrupest <crupest@outlook.com>2021-05-06 15:44:09 +0800
commitd4ecfedd9b8fa203ec5461a758e83991823d2d1c (patch)
treea5b5f60b19e1ad8ed8a2ca3eb7674209a4000725 /FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx
parent724a433b693611344fa685de39c4d1bb5ca8d686 (diff)
downloadtimeline-d4ecfedd9b8fa203ec5461a758e83991823d2d1c.tar.gz
timeline-d4ecfedd9b8fa203ec5461a758e83991823d2d1c.tar.bz2
timeline-d4ecfedd9b8fa203ec5461a758e83991823d2d1c.zip
...
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx')
-rw-r--r--FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx
index be0c536b..d8ad04af 100644
--- a/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx
+++ b/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx
@@ -112,7 +112,7 @@ const TimelinePageCardTemplate: React.FC<TimelineCardTemplateProps> = ({
className={classnames("cru-card p-2 clearfix", className)}
style={{ zIndex: collapse ? 1029 : 1031 }}
>
- <div className="float-right d-flex align-items-center">
+ <div className="float-end d-flex align-items-center">
<CollapseButton collapse={collapse} onClick={toggleCollapse} />
</div>
{isSmallScreen ? (