misteu / VocabularyTraining

Simple vocabulary Trainer written in Swift
Apache License 2.0
22 stars 15 forks source link

[Bugfix] Fix clipped input field on small devices #35

Closed misteu closed 1 year ago

misteu commented 1 year ago

GOAL

Input should not be clipped on smaller devices.

WHY

I just saw that this input is clipped on an iPod touch 7th Gen simulator. Maybe it's clipped on other smaller devices as well.

grafik

It should have some margin of 8 or 16 (whatever looks better/more consistent) to leading and trailing edges.

ACCEPTANCE CRITERIA

What needs to be done so that this task has the accepted changes?

DominatorVbN commented 1 year ago

Can you assign this to me picking this up

DominatorVbN commented 1 year ago

Created the PR at: https://github.com/misteu/VocabularyTraining/pull/36