Skip to content

Commit

Permalink
Merge pull request #3399 from uktrade/ET-453-unguided-post-go-live-bu…
Browse files Browse the repository at this point in the history
…g-fixes

ET-453: Unguided post go live bug fixes
  • Loading branch information
lewis-coulson-dit authored Sep 12, 2024
2 parents 8e9f6e1 + 417acc4 commit e78133d
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% load static %}
{% load add_govuk_classes url_type from content_tags %}
{% block head_title %}Export support for UK businesses{% endblock %}
{% block meta_title %}Export support for UK businessest{% endblock %}
{% block meta_title %}Export support for UK businesses{% endblock %}
{% block body_js %}
{{ block.super }}
<script src="{% static 'javascript/digital-entry-point.js' %}"></script>
Expand Down
2 changes: 1 addition & 1 deletion react-components/dist/components_styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/components_styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/learn_styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/learn_styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/loggedout_styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/loggedout_styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/magna.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/magna.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions react-components/dist/magna_styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/magna_styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/microsite_styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/microsite_styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/profile_styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/profile_styles.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions styles/great/_great-design-system-temp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ $great-design-system-govuk-off-black: #0b0c0c;

.great-ds-details {
summary {
&::-webkit-details-marker {
display: none;
}

display: block;
margin-bottom: 0;

Expand Down

0 comments on commit e78133d

Please sign in to comment.