You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
217 B

  1. .nominatim-search input {
  2. display: block;
  3. width: 100%;
  4. box-sizing: border-box;
  5. }
  6. .nominatim-search ul {
  7. margin: 0 0.5em;
  8. padding-left: 0;
  9. }
  10. .nominatim-search ul li {
  11. margin: 0.5em 0;
  12. list-style: none;
  13. }