Merge pull request #1101 from GSA/1089-change-team-member-card-width

1089 change team member card width
This commit is contained in:
Carlo Costino
2024-01-18 10:30:00 -05:00
committed by GitHub

View File

@@ -124,6 +124,7 @@ td.table-empty-message {
.button-flex-header {
flex-direction: column;
align-items: flex-start;
margin-bottom: units(2);
@include at-media(desktop) {
flex-direction: row;
display: flex;
@@ -141,10 +142,11 @@ td.table-empty-message {
.user-list {
display: inline-flex;
flex-wrap: wrap;
gap: units(2);
gap: units(4);
.user-list-item {
@include at-media(desktop) {
flex: 1 1 calc(50% - units(2));
flex-grow: 0;
}
flex: 1 1 calc(100% - units(2));
border: 1px solid color('gray-cool-10');