File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .container ,
1+ .collaboration- container,
22.job-landing .header img {
33 width : 60% ;
44 max-width : 1000px ;
88.job-ad {
99 text-align : center;
1010}
11- .container {
11+ .collaboration- container {
1212 width : 90% ;
1313 margin : 0 auto;
1414 flex-direction : column;
2121 margin : 0 auto;
2222 flex-direction : column;
2323}
24- .navbar {
24+ .collaboration- navbar {
2525 width : 100% ;
2626 display : flex;
2727 justify-content : space-between;
@@ -146,7 +146,7 @@ select {
146146 background-color : # 0056b3 ;
147147}
148148
149- .navbar {
149+ .collaboration- navbar {
150150 display : flex;
151151 justify-content : space-between;
152152 align-items : center;
@@ -190,7 +190,7 @@ select {
190190 grid-template-columns : 1fr ;
191191 }
192192
193- .navbar {
193+ .collaboration- navbar {
194194 flex-direction : column;
195195 padding : 5px ;
196196 text-align : center;
@@ -246,7 +246,7 @@ select {
246246}
247247
248248@media screen and (max-width : 800px ) {
249- .navbar {
249+ .collaboration- navbar {
250250 flex-direction : column;
251251 align-items : center;
252252 }
Original file line number Diff line number Diff line change @@ -155,8 +155,8 @@ class Collaboration extends Component {
155155 < img src = { OneCommunityImage } alt = "One Community Logo" className = "responsive-img" />
156156 </ a >
157157 </ div >
158- < div className = "container" >
159- < nav className = "navbar" >
158+ < div className = "collaboration- container" >
159+ < nav className = "collaboration- navbar" >
160160 < div className = "navbar-left" >
161161 < form className = "search-form" >
162162 < input
@@ -228,8 +228,8 @@ class Collaboration extends Component {
228228 < img src = { OneCommunityImage } alt = "One Community Logo" />
229229 </ a >
230230 </ div >
231- < div className = "container" >
232- < nav className = "navbar" >
231+ < div className = "collaboration- container" >
232+ < nav className = "collaboration- navbar" >
233233 < div className = "navbar-left" >
234234 < form className = "search-form" >
235235 < input
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- }
72+ } Commented since it is breaking the UI in the team member's weekly summary tab*/
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