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 | ea9ceee4a1eb7c4de3a98d703d2e9fbd1f1bf24a (patch) | |
tree | bf09fbdabb4636a8e9d4ade63b37bf3162f850c8 /FrontEnd/src | |
parent | 00bb40759f7c557f9237b730a949c8c12ef64d59 (diff) | |
download | timeline-ea9ceee4a1eb7c4de3a98d703d2e9fbd1f1bf24a.tar.gz timeline-ea9ceee4a1eb7c4de3a98d703d2e9fbd1f1bf24a.tar.bz2 timeline-ea9ceee4a1eb7c4de3a98d703d2e9fbd1f1bf24a.zip |
...
Diffstat (limited to 'FrontEnd/src')
-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} |