mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-01 12:47:32 -04:00
Fix styling of ‘Training’ tag on tour step 6
It was missing the base class so didn’t get all the styling (like the spacing and uppercase text).
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<div class="navigation-service">
|
||||
<div class="navigation-service-name govuk-!-font-weight-bold">
|
||||
{{ current_service.name }} <span class="navigation-service-type--training">Training</span>
|
||||
{{ current_service.name }} <span class="navigation-service-type navigation-service-type--training">Training</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user