getodk / central-frontend

Vue.js based frontend for ODK Central
https://docs.getodk.org/central-intro/
Apache License 2.0
32 stars 56 forks source link

Prevent EntityMetadataRow actions from wrapping #981

Closed matthew-white closed 3 months ago

matthew-white commented 3 months ago

Closes getodk/central#620.

What has been done to verify that this works as intended?

I tried it locally.

Why is this the best possible solution? Were any other approaches considered?

I increased the min width of the "Last Updated / Actions" column so that there is always enough room for the actions.

I also tried keeping the min width like it was, but allowing the actions to spill into the "Created at" column to the left. However, that didn't look better to me and seemed potentially confusing.

Before submitting this PR, please make sure you have: