diff options
author | crupest <crupest@outlook.com> | 2021-04-15 18:15:37 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-15 18:15:37 +0800 |
commit | 9d687b6672dc06fc587fa82c8dc052919fb2dd93 (patch) | |
tree | 71e67cd0143784e4a66c5e1a056d29d7c65eed53 /FrontEnd | |
parent | 3df6cd5b2682973a17a1c343d7426572e35f17ef (diff) | |
download | timeline-9d687b6672dc06fc587fa82c8dc052919fb2dd93.tar.gz timeline-9d687b6672dc06fc587fa82c8dc052919fb2dd93.tar.bz2 timeline-9d687b6672dc06fc587fa82c8dc052919fb2dd93.zip |
...
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/src/app/views/home-v2/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/home-v2/index.tsx b/FrontEnd/src/app/views/home-v2/index.tsx index c92db78e..75c51540 100644 --- a/FrontEnd/src/app/views/home-v2/index.tsx +++ b/FrontEnd/src/app/views/home-v2/index.tsx @@ -23,7 +23,7 @@ const HomeV2: React.FC = () => { return ( <> <Container fluid className="px-0"> - <Row className="my-3 px-2 justify-content-end"> + <Row className="mx-0 my-3 px-2 justify-content-end"> <Col xs="auto"> <SearchInput value={navText} |