Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
J
jvt.me
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 325
    • Issues 325
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Jamie Tanna
  • jvt.me
  • Merge Requests
  • !557

Merged
Opened Oct 30, 2019 by Jamie Tanna@jamietannaMaintainer

Fix: render <blockquote> better on mobile

  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

As mentioned in #707 (closed), the rendering of <blockquote>s didn't quite work on smaller devices, as they were either not rendering for the full width of the page (as each <p> was max-width'd themselves) or would be indented too far, reducing the screen width.

This ensures that the <p>s within the <blockquote> fits nicely and uses space on mobile more carefully.

Closes #707 (closed).

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: jamietanna/jvt.me!557
Source branch: defect/blockquote-margin