Skip to content

Commit b8593cb

Browse files
committed
make member role container to new line
1 parent 58adb17 commit b8593cb

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

src/components/TeamManagement/Dialog.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

src/components/TeamManagement/TeamManagement.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
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;
@@ -247,7 +248,8 @@
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;
@@ -473,4 +475,4 @@
473475

474476
.title-text {
475477
letter-spacing: 0.8px
476-
}
478+
}

0 commit comments

Comments
 (0)