diff --git a/corehq/apps/hqwebapp/static/hqwebapp/scss/commcarehq/_type.scss b/corehq/apps/hqwebapp/static/hqwebapp/scss/commcarehq/_type.scss index 3e07104eeabc..ee0bda0c84d0 100644 --- a/corehq/apps/hqwebapp/static/hqwebapp/scss/commcarehq/_type.scss +++ b/corehq/apps/hqwebapp/static/hqwebapp/scss/commcarehq/_type.scss @@ -89,11 +89,4 @@ code { a { cursor: pointer; -} - -// we should eventually get rid of this as bootstrap5+ doesn't natively support -.page-header { - padding-bottom: 7.5px; - margin: 34px 0 17px; - border-bottom: 1px solid #eeeeee; } \ No newline at end of file diff --git a/corehq/apps/hqwebapp/templates/hqwebapp/bootstrap5/base_page.html b/corehq/apps/hqwebapp/templates/hqwebapp/bootstrap5/base_page.html index 7985dcbc36dc..58b4a8caebf6 100644 --- a/corehq/apps/hqwebapp/templates/hqwebapp/bootstrap5/base_page.html +++ b/corehq/apps/hqwebapp/templates/hqwebapp/bootstrap5/base_page.html @@ -21,7 +21,7 @@ {% endif %} {% endblock page_breadcrumbs %}