basis-company / tarantool-admin

MIT License
110 stars 29 forks source link

Popup resizing issues #26

Closed rybakit closed 6 years ago

rybakit commented 6 years ago

Seems like resizing doesn't work properly. Checked in FF: tnt_admin_edit_popup2 tnt_admin_edit_popup

nekufa commented 6 years ago

what behaviour do you expect on the first screenshot?
field labels should be a line before field?

maybe, when form will take max space of the modal window will be enough?

rybakit commented 6 years ago

what behaviour do you expect on the first screenshot?

I would expect no empty space before labels. But my main concern is more about the second screenshot. Would be great to resize the inner container (form) to 100% of its parent (modal) to show more data in inputs.

nekufa commented 6 years ago

okay, i will investigate this one!

nekufa commented 6 years ago

we have an ability to split fields into columns so they will fit the screen.
so, it's hard to implement dynamic field label width right now
i hope it's not so important, so i will fix second case only
if you need dynamic label width, please, create new ticket

image