diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 06bff1ca7..ef7d279f7 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -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');