Fixed issue in Composer, AutosuggestTextbox with textbox height pushing down media

• Fixed:
- issue in Composer, AutosuggestTextbox with textbox height pushing down media
This commit is contained in:
mgabdev 2020-12-23 17:36:15 -05:00
parent 6ffa52dbd9
commit 19a9435203
1 changed files with 0 additions and 1 deletions

View File

@ -197,7 +197,6 @@ class AutosuggestTextbox extends ImmutablePureComponent {
const textareaContainerClasses = CX({ const textareaContainerClasses = CX({
d: 1, d: 1,
maxW100PC: 1, maxW100PC: 1,
h100PC: !small,
flexGrow1: small, flexGrow1: small,
jcCenter: small, jcCenter: small,
py5: small, py5: small,