Spaces:
				
			
			
	
			
			
		Build error
		
	
	
	
			
			
	
	
	
	
		
		
		Build error
		
	Update static/index.html
Browse files- static/index.html +1 -1
 
    	
        static/index.html
    CHANGED
    
    | 
         @@ -60,7 +60,7 @@ 
     | 
|
| 60 | 
         
             
                        resize: none;
         
     | 
| 61 | 
         
             
                        padding: 12px;
         
     | 
| 62 | 
         
             
                        font-size: 1em;
         
     | 
| 63 | 
         
            -
                        width: calc( 
     | 
| 64 | 
         
             
                    }
         
     | 
| 65 | 
         
             
                    #user-input:focus {
         
     | 
| 66 | 
         
             
                        border-color: #007bff;
         
     | 
| 
         | 
|
| 60 | 
         
             
                        resize: none;
         
     | 
| 61 | 
         
             
                        padding: 12px;
         
     | 
| 62 | 
         
             
                        font-size: 1em;
         
     | 
| 63 | 
         
            +
                        width: calc(10% - 48px);
         
     | 
| 64 | 
         
             
                    }
         
     | 
| 65 | 
         
             
                    #user-input:focus {
         
     | 
| 66 | 
         
             
                        border-color: #007bff;
         
     |