Prevent wrapping
This commit is contained in:
		
							parent
							
								
									58c2b172f5
								
							
						
					
					
						commit
						4b0273755e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -5,7 +5,7 @@ | |||
|         <div class="flex flex-col-reverse"> | ||||
|           <span class="text-gray-700 uppercase text-sm">Organisation</span> | ||||
|           <span v-if="!selectedOrganisation" class="font-bold block mb-1">All</span> | ||||
|           <router-link v-else :to="{name: 'applications'}" class="font-bold block mb-1 hover:text-blue-400" v-text="selectedOrganisation"></router-link> | ||||
|           <router-link v-else :to="{name: 'applications'}" class="font-bold block mb-1 hover:text-blue-400 whitespace-no-wrap" v-text="selectedOrganisation"></router-link> | ||||
|         </div> | ||||
|         <svg class="ml-3" xmlns="http://www.w3.org/2000/svg" width="20" height="20"><path d="M5.94 19.73L15.6 10 5.94.27A.88.88 0 0 0 5.3 0a.89.89 0 0 0-.65 1.51L13.06 10l-8.41 8.49a.89.89 0 0 0 1.29 1.24z"/></svg> | ||||
|       </li> | ||||
|  | @ -14,7 +14,7 @@ | |||
|         <div class="flex flex-col-reverse"> | ||||
|           <span class="text-gray-700 uppercase text-sm">Application</span> | ||||
|           <span v-if="!selectedOrganisation" class="font-bold block mb-1">All</span> | ||||
|           <router-link v-else :to="{name: 'environments'}" class="font-bold block mb-1 hover:text-blue-400" v-text="selectedApplication"></router-link> | ||||
|           <router-link v-else :to="{name: 'environments'}" class="font-bold block mb-1 hover:text-blue-400 whitespace-no-wrap" v-text="selectedApplication"></router-link> | ||||
|         </div> | ||||
|         <svg class="ml-3" xmlns="http://www.w3.org/2000/svg" width="20" height="20"><path d="M5.94 19.73L15.6 10 5.94.27A.88.88 0 0 0 5.3 0a.89.89 0 0 0-.65 1.51L13.06 10l-8.41 8.49a.89.89 0 0 0 1.29 1.24z"/></svg> | ||||
|       </li> | ||||
|  |  | |||
		Reference in a new issue