diff --git a/Makefile b/Makefile index 1017f2a8..0c6ba6f9 100644 --- a/Makefile +++ b/Makefile @@ -170,13 +170,13 @@ f-stage: build-f rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/f-wwwroot/ g-stage: build-f - rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/f-wwwroot/ + rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/g-wwwroot/ h-stage: build-f - rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/f-wwwroot/ + rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/h-wwwroot/ i-stage: build-f - rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/f-wwwroot/ + rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/i-wwwroot/ test: npm test diff --git a/src/features/UserAccount/components/PagePaymentsHistory/styled.tsx b/src/features/UserAccount/components/PagePaymentsHistory/styled.tsx index 4c2432b7..40b9f6d3 100644 --- a/src/features/UserAccount/components/PagePaymentsHistory/styled.tsx +++ b/src/features/UserAccount/components/PagePaymentsHistory/styled.tsx @@ -12,6 +12,8 @@ export const Wrapper = styled.div` } ` : ''} + + overflow-y: auto; ` export const Table = styled.table`` @@ -19,7 +21,6 @@ export const Table = styled.table`` export const THead = styled.thead`` export const Th = styled.th` - width: 250px; padding: 0 20px; padding-bottom: 25px; font-weight: 500;