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
commit771f473fae2b1810fb542ca880b75f8231b66259 (patch)
tree5b153f0426138e1455c67d7d40affa0ddc7e7711 /FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx
parentffbc90d0c9b9dc15d0c2f327a669d9385fce9590 (diff)
downloadtimeline-771f473fae2b1810fb542ca880b75f8231b66259.tar.gz
timeline-771f473fae2b1810fb542ca880b75f8231b66259.tar.bz2
timeline-771f473fae2b1810fb542ca880b75f8231b66259.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 ? (