mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 11:08:04 +00:00 
			
		
		
		
	chore: Update styles in settings pages (#11070)
--------- Co-authored-by: Pranav <pranavrajs@gmail.com> Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
This commit is contained in:
		| @@ -28,8 +28,8 @@ export default { | ||||
|       'border-b border-solid border-n-weak/60 dark:border-n-weak': showBorder, | ||||
|     }" | ||||
|   > | ||||
|     <div class="grid grid-cols-1 lg:grid-cols-6 gap-6"> | ||||
|       <div class="col-span-2 xl:col-span-1"> | ||||
|     <div class="grid grid-cols-1 lg:grid-cols-8 gap-6"> | ||||
|       <div class="col-span-2"> | ||||
|         <p | ||||
|           v-if="title" | ||||
|           class="text-base text-woot-500 dark:text-woot-500 mb-0 font-medium" | ||||
| @@ -48,7 +48,7 @@ export default { | ||||
|           {{ note }} | ||||
|         </p> | ||||
|       </div> | ||||
|       <div class="col-span-4 lg:col-span-4 2xl:col-span-3"> | ||||
|       <div class="col-span-6 xl:col-span-5"> | ||||
|         <slot /> | ||||
|       </div> | ||||
|     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sivin Varghese
					Sivin Varghese