Skip to content

Commit b8e3be2

Browse files
committed
fix: column width of copilot requests table
1 parent 3baf08a commit b8e3be2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/apps/copilots/src/pages/copilot-requests/CopilotRequestsPage.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
padding: $sp-2 0;
88
}
99

10+
.title {
11+
max-width: 200px;
12+
}
13+
1014
@media (max-width: 767px) {
1115
.title {
1216
min-width: 200px;

0 commit comments

Comments
 (0)