(Enyo) InputHeader: it needs to add exception from 'Input' pre-fix - #2958
(Enyo) InputHeader: it needs to add exception from 'Input' pre-fix#2958Sangwook-Lee wants to merge 1 commit into
Conversation
InputHeader shouldn't be applied changed height from Input. So, I added hegiht: inherit; to Header.less to maintain original height size. ENYO-4862 (Enyo) InputHeader: it needs to add exception from 'Input' pre-fix Enyo-DCO-1.1-Signed-off-by: Sangwook Lee sangwook1203.lee@lge.com
|
I can't make a reliable estimate of what |
|
@Djspaceg Thanks for review. We can test it in http://10.186.120.63/~sangwook/InputHeaderSample/dist/. |
|
I'd need more information or testing to provide alternative ideas. |
|
Or, I think we can set "height" and "line-height" when parent is NOT "headerInput". Input.less |
Issue
InputHeader is cut off because Input height was changed.
Fix
InputHeader shouldn't be applied changed height from Input.
So, I added hegiht: inherit; to Header.less to maintain original height size.
ENYO-4862 (Enyo) InputHeader: it needs to add exception from 'Input' pre-fix
Enyo-DCO-1.1-Signed-off-by: Sangwook Lee sangwook1203.lee@lge.com