mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Avoid overflow in extension screen items (fixes #6972)
This commit is contained in:
		@@ -300,6 +300,8 @@ fun ExtensionItemContent(
 | 
			
		||||
            if (warning != null) {
 | 
			
		||||
                Text(
 | 
			
		||||
                    text = stringResource(warning).uppercase(),
 | 
			
		||||
                    maxLines = 1,
 | 
			
		||||
                    overflow = TextOverflow.Ellipsis,
 | 
			
		||||
                    style = MaterialTheme.typography.bodySmall.copy(
 | 
			
		||||
                        color = MaterialTheme.colorScheme.error,
 | 
			
		||||
                    ),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user