fix: border-box result-card
This commit is contained in:
		@@ -95,6 +95,7 @@
 | 
				
			|||||||
          border-bottom: none;
 | 
					          border-bottom: none;
 | 
				
			||||||
          width: 100%;
 | 
					          width: 100%;
 | 
				
			||||||
          display: block;
 | 
					          display: block;
 | 
				
			||||||
 | 
					          box-sizing: border-box;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          // normalize card props
 | 
					          // normalize card props
 | 
				
			||||||
          font-family: inherit;
 | 
					          font-family: inherit;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user