diff --git a/styles/components/_accordion_table.scss b/styles/components/_accordion_table.scss index ce602ebf..a1f438f3 100644 --- a/styles/components/_accordion_table.scss +++ b/styles/components/_accordion_table.scss @@ -110,7 +110,7 @@ font-size: $small-font-size; font-weight: $font-normal; background-color: $color-gray-lightest; - padding: $gap*2 $gap*4 $gap*5 $gap*4; + padding: $gap*2 $gap*4; th, td { .icon-link { diff --git a/templates/portfolios/applications/team.html b/templates/portfolios/applications/team.html index 89443b3e..c6e07f07 100644 --- a/templates/portfolios/applications/team.html +++ b/templates/portfolios/applications/team.html @@ -70,26 +70,6 @@ {{ value }} {% endmacro %} -<<<<<<< HEAD - -
  • -
    - - {{ name }} - {{ user.full_name }} - {{ user_permissions["delete_access"] }} - {{ user_permissions["environment_management"] }} - {{ user_permissions["team_management"] }} - - - {% set open_html %} - {{ "common.show" | translate }} {{ "portfolios.applications.team_settings.environments" | translate }} ({{ user_info['environments'] | length }}) - {% endset %} - - {% set close_html %} - {{ "common.hide" | translate }} {{ "portfolios.applications.team_settings.environments" | translate }} ({{ user_info['environments'] | length }}) - {% endset %} -=======
  • @@ -108,7 +88,6 @@ {% set close_html %} {{ "portfolios.applications.team_settings.environments" | translate }} ({{ user_info['environments'] | length }}) {{ Icon('caret_up') }} {% endset %} ->>>>>>> Style updates to portfolio team page: {{ ToggleButton( @@ -122,10 +101,8 @@ {% call ToggleSection(section_name="environments") %}
      {% for environment in user_info["environments"] %} -
    • -
      - {{ environment.name }} -
      +
    • + {{ environment.name }}
    • {% endfor %}