Skip to content

teams: smoother list button spacing (fixes #9199)#9246

Merged
dogi merged 5 commits into
masterfrom
codex/improve-button-spacing-in-teams-table
Oct 29, 2025
Merged

teams: smoother list button spacing (fixes #9199)#9246
dogi merged 5 commits into
masterfrom
codex/improve-button-spacing-in-teams-table

Conversation

@Saby-Bishops

Copy link
Copy Markdown
Member

fixes #9199

Summary

  • shrink the Teams action button width and padding to mirror the Surveys layout
  • add responsive gaps and wrapping so action buttons can fit on smaller screens
  • update the Teams action column markup to rely on the shared flex container rather than extra margins

https://chatgpt.com/codex/tasks/task_e_68f2a18467ec832d9ba7ca4e240b0cb1

@Saby-Bishops Saby-Bishops marked this pull request as ready for review October 21, 2025 17:46
Comment thread src/app/teams/teams.scss Outdated

.mat-cell button, .mat-cell div button[mat-raised-button] {
width: 150px;
width: 120px;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure we want to switch to 120px as this means the Request to Join text will always be cutoff

Image

Comment thread src/app/teams/teams.scss Outdated
Comment on lines +58 to +65
.mat-cell button, .mat-cell div button[mat-raised-button] {
width: 100px;
text-align: center;
padding: 6px 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Saby-Bishops Saby-Bishops requested a review from Mutugiii October 28, 2025 18:56

@Saby-Bishops Saby-Bishops left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the requested changes are addressed, please do review again. Thanks.

@dogi dogi changed the title teams: improve spacing of columns. (fixes #9199) teams: smoother list spacing (fixes #9199) Oct 29, 2025
@dogi dogi changed the title teams: smoother list spacing (fixes #9199) teams: smoother list button spacing (fixes #9199) Oct 29, 2025
@dogi dogi merged commit 8e13d0e into master Oct 29, 2025
11 of 14 checks passed
@dogi dogi deleted the codex/improve-button-spacing-in-teams-table branch November 25, 2025 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

teams: improve spacing of columns.

4 participants