aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-04 12:01:50 +0800
committercrupest <crupest@outlook.com>2020-11-04 12:01:50 +0800
commitcdee687e1d37ca794e878ec599a74a77dd6cdf78 (patch)
tree4468cdf6c884d59d8a95702ced650bfca68aa398 /FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx
parentf7fff0c89a18cf5ed70dd5993ca7413e4d94daa4 (diff)
downloadtimeline-cdee687e1d37ca794e878ec599a74a77dd6cdf78.tar.gz
timeline-cdee687e1d37ca794e878ec599a74a77dd6cdf78.tar.bz2
timeline-cdee687e1d37ca794e878ec599a74a77dd6cdf78.zip
feat: Enhance design.
Diffstat (limited to 'FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx')
-rw-r--r--FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx b/FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx
index abc3d0c9..1070c6d7 100644
--- a/FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx
+++ b/FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx
@@ -36,7 +36,7 @@ const TimelineInfoCard: React.FC<TimelineInfoCardProps> = (props) => {
collapse={collapse}
toggleCollapse={toggleCollapse}
>
- <h3 className="text-primary mx-3 d-inline-block align-middle">
+ <h3 className="text-primary d-inline-block align-middle">
{timeline.title}
<small className="ml-3 text-secondary">{timeline.name}</small>
</h3>