fix(#2429): add overflow for mobile version

keep-around/6d73cf8d041b080ae76ce71754b6cad580363787
Andrei Dekterev 4 years ago
parent 3116d5ff3f
commit 008ca4d99d
  1. 6
      Makefile
  2. 3
      src/features/UserAccount/components/PagePaymentsHistory/styled.tsx

@ -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

@ -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;

Loading…
Cancel
Save