Parcourir la source

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

Skylsmoi il y a 7 ans
Parent
révision
044354d7f1
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 1
      frontend/src/container/Account.jsx
  2. 1 0
      frontend/src/css/AccountPage.styl

+ 1 - 1
frontend/src/container/Account.jsx Voir le fichier

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 Voir le fichier

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