Browse Source

Merge branch 'develop' of github.com:tracim/tracim_v2 into develop

Skylsmoi 6 years ago
parent
commit
044354d7f1
2 changed files with 2 additions and 1 deletions
  1. 1 1
      frontend/src/container/Account.jsx
  2. 1 0
      frontend/src/css/AccountPage.styl

+ 1 - 1
frontend/src/container/Account.jsx View File

101
     })()
101
     })()
102
 
102
 
103
     return (
103
     return (
104
-      <div className='Account'>
104
+      <div className='Account' style={{width: '100%'}}>
105
         <PageWrapper customClass='account'>
105
         <PageWrapper customClass='account'>
106
           <PageTitle
106
           <PageTitle
107
             parentClass={'account'}
107
             parentClass={'account'}

+ 1 - 0
frontend/src/css/AccountPage.styl View File

42
   width 30px
42
   width 30px
43
 
43
 
44
 .account
44
 .account
45
+  margin 45px 0 0 0
45
   .btn-outline-primary
46
   .btn-outline-primary
46
     color thirdColor
47
     color thirdColor
47
     border-color thirdColor
48
     border-color thirdColor