mirror of https://github.com/twbs/bootstrap.git
				
				
				
			card.md remove empty `class` placeholder argument (#29345)
This commit is contained in:
		
							parent
							
								
									aa3b4c41a4
								
							
						
					
					
						commit
						4041d70eb5
					
				| 
						 | 
				
			
			@ -385,7 +385,7 @@ Using a combination of grid and utility classes, cards can be made horizontal in
 | 
			
		|||
<div class="card mb-3" style="max-width: 540px;">
 | 
			
		||||
  <div class="row no-gutters">
 | 
			
		||||
    <div class="col-md-4">
 | 
			
		||||
      {{< placeholder width="100%" height="250" class="" text="Image" >}}
 | 
			
		||||
      {{< placeholder width="100%" height="250" text="Image" >}}
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="col-md-8">
 | 
			
		||||
      <div class="card-body">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue