File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
src/components/TeamManagement Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,18 @@ class Dialog extends React.Component {
2121 } , {
2222 title : 'Account Manager' ,
2323 value : 'account_manager' ,
24+ } , {
25+ title : 'Account Executive' ,
26+ value : 'account_executive' ,
27+ } , {
28+ title : 'Program Manager' ,
29+ value : 'program_manager' ,
30+ } , {
31+ title : 'Solution Architect' ,
32+ value : 'solution_architect' ,
33+ } , {
34+ title : 'Project Manager' ,
35+ value : 'project_manager' ,
2436 } ]
2537
2638 this . handleRoles = this . handleRoles . bind ( this )
Original file line number Diff line number Diff line change 144144 }
145145
146146 .project-member-layout {
147+ flex-wrap : wrap ;
147148 min-height : 60px ;
148149 padding : $base-unit * 2 $base-unit * 4 ;
149150 display : flex ;
247248 }
248249
249250 .member-role-container {
250- margin-left : $base-unit * 3 ;
251+ margin-left : $base-unit * 12 ;
252+ width : 100% ;
251253 display : flex ;
252254 padding : 1px ;
253255 border-radius : 5px ;
473475
474476.title-text {
475477 letter-spacing : 0.8px
476- }
478+ }
You can’t perform that action at this time.
0 commit comments