]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/components/DetailsPostcodeHint.svelte
cut lines at 100, spacing changes for linter
[nominatim-ui.git] / src / components / DetailsPostcodeHint.svelte
index 5946d2ad62c0396aa5e46f9b6c146ce9d5bb8301..13ac99b656b45aff5479a28127f9bd45a5802413 100644 (file)
 (<a href="#openHint" on:click|preventDefault|stopPropagation={openHint}>how?</a>)
 
 <div id="postcode-hint" class="my-2 p-2">
-  <button type="button" class="btn-close float-end m-1" aria-label="Close" on:click|stopPropagation={closeHint} />
-
+  <button type="button"
+          class="btn-close float-end m-1"
+          aria-label="Close"
+          on:click|stopPropagation={closeHint}
+  />
   <p>
     Nightly calculated from nearby places having this postcode.
-    <a href="https://nominatim.org/release-docs/latest/admin/Maintenance/#updating-postcodes">Documentation</a>.
+    <a href="https://nominatim.org/release-docs/latest/admin/Maintenance/#updating-postcodes">
+      Documentation
+    </a>.
   </p>
   <p>
-    You can search for those with an <a href={url} target="_blank" rel="noreferrer">Overpass Turbo query</a>.
+    You can search for those with an
+    <a href={url} target="_blank" rel="noreferrer">Overpass Turbo query</a>.
   </p>
   <p>
-    <a href="https://nominatim.org/2022/06/26/state-of-postcodes.html" target="_blank" rel="noreferrer">How Nominatim uses postcodes</a>.
+    <a href="https://nominatim.org/2022/06/26/state-of-postcodes.html"
+       target="_blank" rel="noreferrer">How Nominatim uses postcodes</a>.
+  </p>
 </div>
 
 <style>
@@ -66,4 +74,4 @@
     background-color: #ededff;
     display: none;
   }
-</style>
\ No newline at end of file
+</style>