Template talk:Dialogue

From Sea of Thieves Wiki
Jump to navigation Jump to search

As this template recommends the use of <br> tags for inserting line breaks, would the admins please consider updating the site's CSS to include the following rule? This adds the standard 0.5em <p> spacing used by the FandomDesktop skin after each "paragraph" ending with <br> within the template, making it easier to read and better replicating the way these lines are broken up between separate dialogue "pages" within the game.

.dialog-box br {
  content: '';
  display: block;
  margin-bottom: 0.5em;
}

I can confirm that this works in Chrome, Edge, and Firefox.

beardgoggles (talk) · 11:30, 17 July 2021 (UTC)