[Web] table header width fix (#1564)
* Mobile fix for tables * mobile fix for tables
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							1522b83247
						
					
				
				
					commit
					4b988a2e48
				
			| @@ -79,7 +79,7 @@ jQuery(function($){ | ||||
|         {"name":"id","type":"text","title":"ID","style":{"width":"50px"}}, | ||||
|         {"name":"hostname","type":"text","title":lang.host,"style":{"width":"250px"}}, | ||||
|         {"name":"username","title":lang.username,"breakpoints":"xs sm"}, | ||||
|         {"name":"used_by_domains","title":lang.in_use_by, "type": "text","breakpoints":"xs sm"}, | ||||
|         {"name":"used_by_domains","title":lang.in_use_by,"style":{"width":"110px"}, "type": "text","breakpoints":"xs sm"}, | ||||
|         {"name":"active","filterable": false,"style":{"maxWidth":"80px","width":"80px"},"title":lang.active}, | ||||
|         {"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right","maxWidth":"280px","width":"280px"},"type":"html","title":lang.action,"breakpoints":"xs sm"} | ||||
|       ], | ||||
|   | ||||
| @@ -168,7 +168,7 @@ jQuery(function($){ | ||||
|           return Number(res[0]); | ||||
|         }, | ||||
|         }, | ||||
|         {"name":"max_quota_for_mbox","title":lang.mailbox_quota,"breakpoints":"xs sm"}, | ||||
|         {"name":"max_quota_for_mbox","title":lang.mailbox_quota,"breakpoints":"xs sm","style":{"width":"125px"}}, | ||||
|         {"name":"backupmx","filterable": false,"style":{"maxWidth":"120px","width":"120px"},"title":lang.backup_mx,"breakpoints":"xs sm"}, | ||||
|         {"name":"active","filterable": false,"style":{"maxWidth":"80px","width":"80px"},"title":lang.active}, | ||||
|         {"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right","maxWidth":"240px","width":"240px"},"type":"html","title":lang.action,"breakpoints":"xs sm"} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user