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; | ||||
| 
 | ||||
|   label { | ||||
|  |  | |||
|  | @ -37,11 +37,14 @@ | |||
|       display: none; | ||||
|     } | ||||
| 
 | ||||
|     .autossugest-input { | ||||
|       flex: 1 1 auto; | ||||
|     } | ||||
| 
 | ||||
|     input[type=text] { | ||||
|       display: block; | ||||
|       box-sizing: border-box; | ||||
|       flex: 1 1 auto; | ||||
|       width: 20px; | ||||
|       width: 100%; | ||||
|       font-size: 14px; | ||||
|       color: $inverted-text-color; | ||||
|       display: block; | ||||
|  | @ -64,6 +67,7 @@ | |||
|     &.editable { | ||||
|       display: flex; | ||||
|       align-items: center; | ||||
|       overflow: visible; | ||||
|     } | ||||
|   } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue