mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 23:28:24 -04:00
Replace grid-row with govuk-grid-row
Replaced all instances of `grid-row` in the HTML and JavaScript with `govuk-grid-row`, which is the new GOV.UK Frontend class.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
<a href="{{ url_for('main.choose_account') }}" class="govuk-link govuk-link--no-visited-state navigation-service-switch">Switch service</a>
|
||||
</div>
|
||||
<div class="grid-row govuk-!-padding-bottom-12">
|
||||
<div class="govuk-grid-row govuk-!-padding-bottom-12">
|
||||
<div class="column-one-quarter">
|
||||
{% include "org_nav.html" %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user