Adjust some padding between components
This commit is contained in:
		@@ -641,7 +641,7 @@ const clearSearch = () => {
 | 
			
		||||
.overview-container {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  flex-direction: column;
 | 
			
		||||
  gap: 1rem;
 | 
			
		||||
  gap: 0.5rem;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -39,4 +39,9 @@ defineProps({
 | 
			
		||||
  gap: 0.5rem;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Remove top margin from first child (usually PageTitle) */
 | 
			
		||||
.content-grid > :first-child {
 | 
			
		||||
  margin-top: 0 !important;
 | 
			
		||||
}
 | 
			
		||||
</style>
 | 
			
		||||
@@ -40,4 +40,9 @@ const props = defineProps({
 | 
			
		||||
  gap: 0.5rem;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Remove top margin from first child (usually PageTitle) */
 | 
			
		||||
.content-grid > :first-child {
 | 
			
		||||
  margin-top: 0 !important;
 | 
			
		||||
}
 | 
			
		||||
</style> 
 | 
			
		||||
		Reference in New Issue
	
	Block a user