Browse Source

https://github.com/tracim/tracim/issues/768, suppression de l'affichage du bouton calendrier dans la page du tableau de bord

AlexiCauvin 6 years ago
parent
commit
539a7b10c4

+ 1 - 1
frontend/src/component/Dashboard/MoreInfo.jsx View File

@@ -41,7 +41,7 @@ export const MoreInfo = props =>
41 41
             <i className='fa fa-calendar' />
42 42
           </div>
43 43
 
44
-          <div className='moreinfo__calendar__btn__text genericBtnInfoDashboard__btn__text'>
44
+          <div className='moreinfo__calendar__btn__text genericBtnInfoDashboard__btn__text d-flex align-self-center'>
45 45
             {props.t('Workspace Calendar')}
46 46
           </div>
47 47
         </div>

+ 1 - 0
frontend/src/component/Dashboard/MoreInfo.styl View File

@@ -9,6 +9,7 @@
9 9
     &__information
10 10
       width 300px
11 11
   &__calendar
12
+    display none
12 13
     margin-bottom 100px
13 14
     &__wrapperBtn
14 15
       margin-right 290px