mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Decrease button width on different breakpoints
This commit is contained in:
		@@ -29,7 +29,7 @@ export function Button({
 | 
			
		||||
}) {
 | 
			
		||||
    let buttonClass = className ? `btn ${className}` : "btn btn-primary ";
 | 
			
		||||
    if (forisFormSize) {
 | 
			
		||||
        buttonClass = `${buttonClass} col-sm-12 col-lg-3`;
 | 
			
		||||
        buttonClass = `${buttonClass} col-sm-12 col-md-3 col-lg-2`;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    const span = loading
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user