fix(frontend): ellipsis bevestigingsdialoog logout
This commit is contained in:
		
							parent
							
								
									57ddc3d608
								
							
						
					
					
						commit
						6b84fca5b6
					
				
					 1 changed files with 9 additions and 1 deletions
				
			
		|  | @ -149,7 +149,8 @@ | ||||||
|             </template> |             </template> | ||||||
| 
 | 
 | ||||||
|             <template v-slot:default="{ isActive }"> |             <template v-slot:default="{ isActive }"> | ||||||
|                 <v-card :title="t('logoutVerification')"> |                 <v-card> | ||||||
|  |                     <v-card-title class="logout-verification-title">{{ t('logoutVerification')  }}</v-card-title> | ||||||
|                     <v-card-actions> |                     <v-card-actions> | ||||||
|                         <v-spacer></v-spacer> |                         <v-spacer></v-spacer> | ||||||
| 
 | 
 | ||||||
|  | @ -298,6 +299,13 @@ | ||||||
|         margin-left: 10px; |         margin-left: 10px; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |     .logout-verification-title { | ||||||
|  |         word-wrap: break-word; | ||||||
|  |         overflow-wrap: break-word; | ||||||
|  |         white-space: normal; | ||||||
|  |         text-overflow: unset; | ||||||
|  |     } | ||||||
|  | 
 | ||||||
|     @media (max-width: 700px) { |     @media (max-width: 700px) { | ||||||
|         .menu { |         .menu { | ||||||
|             display: none; |             display: none; | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger