mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-30 03:08:56 -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:
@@ -476,8 +476,8 @@ describe('Live search', () => {
|
||||
<span class="live-search-relevant">${user.label} (${user.email})</span> (invited)
|
||||
</span>
|
||||
</h3>
|
||||
<ul class="tick-cross-list">
|
||||
<div class="tick-cross-list-permissions">
|
||||
<ul class="tick-cross-list govuk-grid-row">
|
||||
<div class="tick-cross-list-permissions govuk-grid-column-three-quarters">
|
||||
${getPermissionsHTML(user.permissions)}
|
||||
<div class="tick-cross-list-hint">
|
||||
Can see 15 folders
|
||||
|
||||
Reference in New Issue
Block a user