diff --git a/src/registrar/assets/sass/_theme/_tables.scss b/src/registrar/assets/sass/_theme/_tables.scss index f3adab18b..bde74cf08 100644 --- a/src/registrar/assets/sass/_theme/_tables.scss +++ b/src/registrar/assets/sass/_theme/_tables.scss @@ -32,8 +32,8 @@ // Fix margins in mobile view @media screen { - td.tablet-margin-top-5 { - margin-top: 40px !important; + td.tablet-margin-top-2 { + margin-top: 16px !important; } } } diff --git a/src/registrar/templates/home.html b/src/registrar/templates/home.html index 4e7e9729b..ba2a41aa3 100644 --- a/src/registrar/templates/home.html +++ b/src/registrar/templates/home.html @@ -147,7 +147,7 @@ - Edit {{ application.requested_domain.name|default:"New domain request"|add:forloop.counter|add:"" }} + Edit {{ application.requested_domain.name|default:"New domain request" }} {% else %} @@ -159,7 +159,7 @@ {% if has_deletable_applications %} - + {% if application.status == "started" or application.status == "withdrawn" %}