Skip to content

Commit 369f68d

Browse files
author
himaniraghav3
committed
Fix skill pills
1 parent e3a2cbe commit 369f68d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/apps/copilots/src/pages/copilot-opportunity-list/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const tableColumns: TableColumn<CopilotOpportunity>[] = [
7474
type: 'text',
7575
},
7676
{
77-
label: 'Hours per week needed',
77+
label: 'Hours/Week',
7878
propertyName: 'numHoursPerWeek',
7979
type: 'number',
8080
},

src/apps/copilots/src/pages/copilot-opportunity-list/styles.module.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
display: flex;
55
flex-wrap: wrap;
66
overflow: auto;
7-
max-width: 300px;
87
gap: 8px;
98
}
109

@@ -13,7 +12,7 @@
1312
color: #333;
1413
padding: 4px 8px;
1514
border-radius: 10px;
16-
white-space: nowrap;
15+
white-space: break-spaces;
1716
font-size: 14px;
1817
}
1918

0 commit comments

Comments
 (0)