File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
web/src/pages/Home/TopJurors Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import WithHelpTooltip from "pages/Dashboard/WithHelpTooltip";
66const Container = styled . div `
77 display: flex;
88 color: ${ ( { theme } ) => theme . secondaryText } ;
9+ gap: 0px;
910
1011 font-size: 12px !important;
1112 &::before {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const Container = styled.div`
1919 border 1px solid ${ ( { theme } ) => theme . stroke } ;
2020 border-top: none;
2121 align-items: center;
22- gap: 20px ;
22+ gap: 18px ;
2323
2424 ${ landscapeStyle (
2525 ( ) => css `
@@ -47,6 +47,7 @@ const HeaderRewardsAndRewards = styled.div`
4747 display: flex;
4848 flex-direction: column;
4949 width: 100%;
50+ gap: 5px;
5051` ;
5152
5253const BottomSide = styled . div `
@@ -60,6 +61,7 @@ const HeaderCoherencyAndCoherency = styled.div`
6061 display: flex;
6162 flex-direction: column;
6263 align-items: flex-end;
64+ gap: 3px;
6365
6466 svg {
6567 margin-right: 0;
You can’t perform that action at this time.
0 commit comments