Blender Website title-subtitle is corrupt on mobile devices #87530

Closed
opened 2021-04-15 17:17:46 +02:00 by Stas Haas · 6 comments

Subtitle on the main Blender page is corrupt on mobile devices.

Please add to the below span tag for fixing:

  • webkit-box-decoration-break: clone;
  • o-box-decoration-break: clone;
    box-decoration-break: clone;

Bildschirmfoto am 2021-04-16 um 17.12.58.png

Subtitle on the main Blender page is corrupt on mobile devices. Please add to the below span tag for fixing: - webkit-box-decoration-break: clone; - o-box-decoration-break: clone; box-decoration-break: clone; ![Bildschirmfoto am 2021-04-16 um 17.12.58.png](https://archive.blender.org/developer/F9934873/Bildschirmfoto_am_2021-04-16_um_17.12.58.png)
Author

Added subscriber: @girafic

Added subscriber: @girafic
Pablo Vazquez was assigned by Aaron Carlisle 2021-04-15 18:01:34 +02:00

Added subscriber: @Blendify

Added subscriber: @Blendify

Adding those lines makes this look a lot better! Thanks, I was not aware of the existence of box-decoration-break: clone

Adding those lines makes this look a lot better! Thanks, I was not aware of the existence of `box-decoration-break: clone`

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'

This issue was referenced by f998a80bf3

This issue was referenced by f998a80bf3096a0044c0dc46d68658259f833d17

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Sign in to join this conversation.
No description provided.