Making WordPress.org

Opened 8 years ago

Closed 8 years ago

#2406 closed defect (bug) (fixed)

Remove padding assigned to <pre><code> in Breathe theme

Reported by: danielbachhuber's profile danielbachhuber Owned by: pento's profile pento
Milestone: Priority: normal
Component: Make (Get Involved) / P2 Keywords:
Cc:

Description

To remove illegible code blocks like:

https://dl.dropboxusercontent.com/s/wkvr148cq7no3ze/2017-01-19%20at%2010.09%20AM.png

It would be helpful to add the following CSS to Breathe:

pre code {
	padding: 0;
}

From https://make.wordpress.org/cli/handbook/installing/

Change History (1)

#1 @pento
8 years ago

  • Owner set to pento
  • Resolution set to fixed
  • Status changed from new to closed

In 4742:

Breathe: Remove padding from <pre><code> blocks.

Props danielbachhuber.
Fixes #2406.

Note: See TracTickets for help on using tickets.