File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 font-size : medium;
2020}
2121
22- .card {
22+ .headerCard {
2323 margin-left : 35px ;
2424 margin-right : 50px ;
2525}
Original file line number Diff line number Diff line change @@ -608,7 +608,7 @@ export function Header(props) {
608608 </ div >
609609 { props . auth . isAuthenticated && isModalVisible && (
610610 < div className = { `${ darkMode ? 'bg-oxford-blue' : '' } card-wrapper` } >
611- < Card color = "primary" >
611+ < Card color = "primary" className = 'headerCard' >
612612 < div className = "close-button" >
613613 < Button close onClick = { closeModal } />
614614 </ div >
Original file line number Diff line number Diff line change 6767 border-top-color : rgb (222 , 226 , 230 );
6868 }
6969}
70- /* .row {
70+ .row {
7171 width : 97% ;
72- } Commented since it is breaking the UI in the team member's weekly summary tab*/
72+ }
7373
7474.table-fixed tbody td {
7575 white-space : normal; /* Allow text wrapping within cells */
You can’t perform that action at this time.
0 commit comments