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:
parent
6ffa52dbd9
commit
19a9435203
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue