Selaa lähdekoodia

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

Skylsmoi 6 vuotta sitten
vanhempi
commit
044354d7f1
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 1 1
      frontend/src/container/Account.jsx
  2. 1 0
      frontend/src/css/AccountPage.styl

+ 1 - 1
frontend/src/container/Account.jsx Näytä tiedosto

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 Näytä tiedosto

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