Hi @kinghead,
That fixed width has been added because of bugs with plugins like WooCommerce or bbPress in combination with plugins like WPML and qTranslate X on a Gekko browser like Firefox.
All of the above has to do with WordPress using tables (which is fine(-ish)) and Firefox not correctly measuring word-wraps within.
See Firefox bug 587438 (6 years old) and bug 307866 (11 years old)…
I’m going to consider reworking The SEO Bar with using flex-boxes or any other forms of output to prevent such conflicts… as I keep adding patches upon patches for this.
Until then, could you please notify me on the following?
– In which table do you notice the bug?
– In which table column is this bug effective?
– What browser are you using?
– Which operating system are you using?
Thanks! 🙂
Hi Sybre Waaijer,
thanks for feedback.
The conflict appears in Column “SEO” where all postings are listed in the backend:
<th scope="col" id="tsf-seo-bar-wrap" class="manage-column column-tsf-seo-bar-wrap">SEO</th>
The column is in that table:
<table class="wp-list-table widefat fixed striped posts">
I use Firefox, version 49.0.2 and Windows 7 Pro 64bit
Thanks
Cheers