File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
govtool/frontend/src/components/organisms Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ changes.
1717### Fixed
1818
1919- Fix mzero parsing error on fetching the /proposal/list [ Issue 2446] ( https://github.com/IntersectMBO/govtool/issues/2446 )
20+ - Fix scaling gov action votes on lower resolutions
2021
2122### Changed
2223
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export const GovernanceActionDetailsCard = ({
3131 const [ isVoteSubmitted , setIsVoteSubmitted ] = useState < boolean > ( false ) ;
3232 const { screenWidth, isMobile } = useScreenDimension ( ) ;
3333
34- const isOneColumn = ( isDashboard && screenWidth < 1645 ) ?? isMobile ;
34+ const isOneColumn = ( isDashboard && screenWidth < 1036 ) ?? isMobile ;
3535 const { pathname, hash } = useLocation ( ) ;
3636
3737 const govActionLinkToShare = `${ window . location . protocol } //${
You can’t perform that action at this time.
0 commit comments