Attempt to fix CSS
This commit is contained in:
		
							parent
							
								
									4155a1556a
								
							
						
					
					
						commit
						e720f1eac2
					
				
					 2 changed files with 8 additions and 3 deletions
				
			
		|  | @ -128,7 +128,8 @@ | ||||||
|   } |   } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .composer--textarea { | .composer--textarea, | ||||||
|  | .autosuggest-input { | ||||||
|   position: relative; |   position: relative; | ||||||
| 
 | 
 | ||||||
|   label { |   label { | ||||||
|  |  | ||||||
|  | @ -37,11 +37,14 @@ | ||||||
|       display: none; |       display: none; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |     .autossugest-input { | ||||||
|  |       flex: 1 1 auto; | ||||||
|  |     } | ||||||
|  | 
 | ||||||
|     input[type=text] { |     input[type=text] { | ||||||
|       display: block; |       display: block; | ||||||
|       box-sizing: border-box; |       box-sizing: border-box; | ||||||
|       flex: 1 1 auto; |       width: 100%; | ||||||
|       width: 20px; |  | ||||||
|       font-size: 14px; |       font-size: 14px; | ||||||
|       color: $inverted-text-color; |       color: $inverted-text-color; | ||||||
|       display: block; |       display: block; | ||||||
|  | @ -64,6 +67,7 @@ | ||||||
|     &.editable { |     &.editable { | ||||||
|       display: flex; |       display: flex; | ||||||
|       align-items: center; |       align-items: center; | ||||||
|  |       overflow: visible; | ||||||
|     } |     } | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue