Moin
September 27, 2023, 10:08pm
1
Somehow the width of the edit history does not fit onto my screen as it used to.
This does not happen at Welcome to meta.discourse.org . I have the impression it is related to the code blocks.
I first noticed the issue here .
But it also happens here . Note that the width is not the same as in the first example.
3 Likes
Canapin
(Coin-coin le Canapin)
September 28, 2023, 8:25am
3
I repro the issue and it comes from the codeblocks indeed, maybe because of their max-width
.
2 Likes
This will be fixed soon, I’ve just merged an update:
discourse:main
← discourse:history-fix
opened 02:22PM - 28 Sep 23 UTC
This fixes the issue described here: https://meta.discourse.org/t/width-of-edit-… history-with-formated-code-on-moblie/280359
Without this, `pre code` blocks can cause the columns to be too wide.
Follow-up to bbb4e19
Thanks for reporting it @Moin !
1 Like
Some more adjustments on the way
discourse:main
← discourse:responsive-history
opened 04:59PM - 02 Oct 23 UTC
Fixes a couple issues, https://meta.discourse.org/t/width-of-edit-history-with-f… ormated-code-on-moblie/280359 and https://meta.discourse.org/t/edit-history-not-clear-that-tag-was-added/280714 as a follow-up to 9136109
Also consolidates the CSS into the common file, so the layout is responsive now.
There aren't any dramatic changes here, mostly clean-up and better wrapping for small screens.
https://github.com/discourse/discourse/assets/1681963/ee92e57f-9ff9-4f57-844a-7185049ea516
![Screenshot 2023-10-02 at 12 57 04 PM](https://github.com/discourse/discourse/assets/1681963/d95f930a-6912-4087-9eec-4bf85d32b51a)
![Screenshot 2023-10-02 at 12 57 17 PM](https://github.com/discourse/discourse/assets/1681963/2c37685e-4a05-42ce-b8bd-839e798b3efd)
1 Like