fieldenms / tg

Trident Genesis
MIT License
14 stars 7 forks source link

Multiline text editor has extra 2 pixel padding #2257

Closed oleh-maikovych closed 4 months ago

oleh-maikovych commented 4 months ago

Description

Recently it was reported that text inside multiline text editor has extra identation from the left side of editor which is inconsistent with other editors. That was caused by extra 2px padding that was addded to standard styles of textarea. Please adjust styles of tg-multiline-text-editor component to make it consistent with other editors.

Expected outcome

tg-multiline-text-editor shouldn't have any extra identation and should be consistent with other tg-editors

Actual outcome

Text inside tg-multiline-text-editor has extra identation from left side.

01es commented 4 months ago

Core issue requirements have been implemented. However, commit 977b76d was not merged.