Skip to content

Commit

Permalink
Merge branch 'main' into rosado/699-ux-broken-ednpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado authored Dec 16, 2024
2 parents 3bcc1b6 + 2744c74 commit 7dc7032
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 15 deletions.
9 changes: 2 additions & 7 deletions src/assets/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ $govuk-global-styles: true;

@import "node_modules/govuk-frontend/dist/govuk/all";
@import "node_modules/@x-govuk/govuk-prototype-components/x-govuk/all";
@import "node_modules/maplibre-gl/dist/maplibre-gl";
@import "src/assets/scss/_scrollable-container.scss";
@import "./step-by-step-nav.scss";
@import "./overrides";
Expand All @@ -25,8 +26,6 @@ $govuk-global-styles: true;
white-space: normal;
min-width: fit-content;
}


}

.app-inset-text---warning {
Expand All @@ -42,9 +41,8 @@ $govuk-global-styles: true;
color: govuk-colour('blue');
font-weight: bold;
}


}

.app-map {
height: 500px;
@include govuk-responsive-margin(6, $direction: "bottom");
Expand Down Expand Up @@ -179,7 +177,6 @@ code * {
padding: 0px;
}


.dl-table {
overflow-y: auto;
overflow-x: hidden;
Expand All @@ -193,7 +190,6 @@ code * {
}
}


.dl-table__head {
position: sticky;
top: 0;
Expand All @@ -205,7 +201,6 @@ code * {
}
}


.dl-table__header {
border: 1px solid $govuk-border-colour;
text-wrap: nowrap;
Expand Down
1 change: 0 additions & 1 deletion src/views/check/results/errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ <h3 class="govuk-heading-m">How to improve the data</h3>
{% block scripts %}
{{ super() }}
{% if options.geometries %}
<link href='https://unpkg.com/maplibre-gl@latest/dist/maplibre-gl.css' rel='stylesheet' />
<script>
window.serverContext = {
containerId: 'map',
Expand Down
1 change: 0 additions & 1 deletion src/views/check/results/no-errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ <h3 class="govuk-heading-m">Before you continue</h3>
{% block scripts %}
{{ super() }}
{% if options.geometries %}
<link href='https://unpkg.com/maplibre-gl@latest/dist/maplibre-gl.css' rel='stylesheet' />
<script>
window.serverContext = {
containerId: 'map',
Expand Down
1 change: 0 additions & 1 deletion src/views/organisations/dataset-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ <h2 class="govuk-heading-m">Dataset actions</h2>
{% block scripts %}
{{ super() }}
{% if showMap %}
<link href='https://unpkg.com/maplibre-gl@latest/dist/maplibre-gl.css' rel='stylesheet' />
<script>
window.serverContext = {
containerId: 'map',
Expand Down
1 change: 0 additions & 1 deletion src/views/organisations/issueDetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ <h3 class="govuk-heading-m">
{% block scripts %}
{{ super() }}
{% if entry.geometries and entry.geometries.length %}
<link href='https://unpkg.com/maplibre-gl@latest/dist/maplibre-gl.css' rel='stylesheet' />
<script>
window.serverContext = {
containerId: 'map',
Expand Down
5 changes: 1 addition & 4 deletions src/views/organisations/issueTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@
aria-label="Static map showing {{dataset.name}} for {{organisation.name}}.">
</div>
{% endif %}


</div>
</div>

Expand Down Expand Up @@ -109,7 +107,6 @@ <h3 class="govuk-heading-m">
{% block scripts %}
{{ super() }}
{% if geometries and geometries.length %}
<link href='https://unpkg.com/maplibre-gl@latest/dist/maplibre-gl.css' rel='stylesheet' />
<script>
window.serverContext = {
containerId: 'map',
Expand All @@ -119,4 +116,4 @@ <h3 class="govuk-heading-m">
</script>
<script src="/public/js/map.bundle.js"></script>
{% endif %}
{% endblock %}
{% endblock %}

0 comments on commit 7dc7032

Please sign in to comment.