diff options
author | crupest <crupest@outlook.com> | 2020-11-04 12:01:50 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-04 12:01:50 +0800 |
commit | 0bc6b4495ae63b652877a8145d0acca9213fa348 (patch) | |
tree | 79b5e43824304e96505d35ec5c8680709c8df9c5 /FrontEnd/src/app/views/timeline | |
parent | 34221c8c6d34e565c4c9d82413ac4a20356d8f78 (diff) | |
download | timeline-0bc6b4495ae63b652877a8145d0acca9213fa348.tar.gz timeline-0bc6b4495ae63b652877a8145d0acca9213fa348.tar.bz2 timeline-0bc6b4495ae63b652877a8145d0acca9213fa348.zip |
feat: Enhance design.
Diffstat (limited to 'FrontEnd/src/app/views/timeline')
-rw-r--r-- | FrontEnd/src/app/views/timeline/TimelineInfoCard.tsx | 2 |
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> |