h5p / h5p-wordpress-plugin

Adds support for H5P Content in WordPress.
https://wordpress.org/plugins/h5p/
71 stars 74 forks source link

Responsiveness (Table 'All H5P Content' ) #71

Closed e-me closed 5 years ago

e-me commented 6 years ago

There is a deformity in table's style when screen size decreases...

icc commented 6 years ago

I can confirm this.

fnoks commented 6 years ago

It would be great with a screenshot ?!

e-me commented 6 years ago

of course. Here you are

new picture

fnoks commented 6 years ago

I have created an issue for fixing this here: https://h5ptechnology.atlassian.net/browse/HFP-2086

otacke commented 5 years ago

@e-me Fixed it in https://github.com/h5p/h5p-wordpress-plugin/pull/99 - hope there'll soon be some resources to check and release it.

e-me commented 4 years ago

...this issue has to be re-opened I think. Some minor deformity continues to be present (e.g. 'search for content types' case).

Capture1 Capture2 Capture3

otacke commented 4 years ago

@e-me Your first screenshot is not related to the WordPress plugin, I presume, but the content hub client. You probably should mention what you think should be changed.

You didn't suggest a solution, so I suggest to add a horizontal scrollbar if the content gets too wide. Pull request for a fix here: https://github.com/h5p/h5p-wordpress-plugin/pull/108

e-me commented 4 years ago

@otacke you 're absolutely right. It's the content hub client. What do you think of removing the "search lens" when dimensions get small?

That's fine. Perfect

otacke commented 4 years ago

@e-me I guess the preferred solution would be to set the text-overflow property to ellipsis. This would shorten the string and add '...' when there's not enough space. Not sure though if that works inside input fields.