mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	Merge branch 'master' into small_issues_421_424
This commit is contained in:
		| @@ -77,7 +77,7 @@ export default { | ||||
| }; | ||||
| </script> | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
| <style lang="scss"> | ||||
|    div.results { | ||||
|       div.list-item { | ||||
|          padding: 0.4em 0.8em; | ||||
|   | ||||
| @@ -4,7 +4,7 @@ | ||||
|         <span class="name"> | ||||
|            {{ item.result.text }}  | ||||
|         </span> | ||||
|           <span class="location"> | ||||
|         <span class="location"> | ||||
|           <template v-if="hasAddress"> | ||||
|            {{ getAddress.text }} - | ||||
|            {{ getAddress.postcode.name }} | ||||
| @@ -89,5 +89,13 @@ export default { | ||||
|       font-variant: all-small-caps; | ||||
|     } | ||||
|  } | ||||
|  .tparty-identification { | ||||
|    span:not(.name) { | ||||
|      margin-left: 0.5em; | ||||
|      opacity: 0.5; | ||||
|      font-size: 90%; | ||||
|      font-style: italic; | ||||
|    } | ||||
|  } | ||||
| } | ||||
| </style> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user