Asset name overflow fix
This commit is contained in:
		
							parent
							
								
									347c386815
								
							
						
					
					
						commit
						36b4812e93
					
				@ -21,7 +21,7 @@
 | 
				
			|||||||
            <tbody>
 | 
					            <tbody>
 | 
				
			||||||
              <tr>
 | 
					              <tr>
 | 
				
			||||||
                <td i18n="asset.name|Liquid Asset name">Name</td>
 | 
					                <td i18n="asset.name|Liquid Asset name">Name</td>
 | 
				
			||||||
                <td>{{ assetContract[2] }} ({{ assetContract[1] }})</td>
 | 
					                <td class="assetName">{{ assetContract[2] }} ({{ assetContract[1] }})</td>
 | 
				
			||||||
              </tr>
 | 
					              </tr>
 | 
				
			||||||
              <tr>
 | 
					              <tr>
 | 
				
			||||||
                <td i18n="asset.precision|Liquid Asset precision">Precision</td>
 | 
					                <td i18n="asset.precision|Liquid Asset precision">Precision</td>
 | 
				
			||||||
 | 
				
			|||||||
@ -73,3 +73,8 @@ h1 {
 | 
				
			|||||||
.defaultIcon.skeleton {
 | 
					.defaultIcon.skeleton {
 | 
				
			||||||
  opacity: 0.5;
 | 
					  opacity: 0.5;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.assetName {
 | 
				
			||||||
 | 
					  word-break: break-word;
 | 
				
			||||||
 | 
					  white-space: normal;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user