mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 11:40:21 +00:00 
			
		
		
		
	Formatting
This commit is contained in:
		
							parent
							
								
									ad3c42853a
								
							
						
					
					
						commit
						bcde1c2c02
					
				@ -2,7 +2,9 @@
 | 
				
			|||||||
    @foreach(var item in this.Items)
 | 
					    @foreach(var item in this.Items)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        <MudListItem T="string" Icon="@this.Icon" Style="display: flex; align-items: flex-start;">
 | 
					        <MudListItem T="string" Icon="@this.Icon" Style="display: flex; align-items: flex-start;">
 | 
				
			||||||
            <MudText Typo="Typo.body1" Align="Align.Justify" Style="hyphens: auto; word-break: auto-phrase;"><b>@item.Header:</b> @item.Text</MudText>
 | 
					            <MudText Typo="Typo.body1" Align="Align.Justify" Style="hyphens: auto; word-break: auto-phrase;">
 | 
				
			||||||
 | 
					                <b>@item.Header:</b> @item.Text
 | 
				
			||||||
 | 
					            </MudText>
 | 
				
			||||||
        </MudListItem>
 | 
					        </MudListItem>
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
</MudList>
 | 
					</MudList>
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user