Making WordPress.org

Opened 5 years ago

Closed 5 years ago

#4966 closed defect (bug) (fixed)

need some minor fixing

Reported by: passoniate's profile passoniate Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: WordPress.org Site Keywords: has-screenshots needs-design
Cc:

Description

need some minor fixing on https://wordpress.org/gutenberg/

Attachments (2)

editor.jpg (54.4 KB) - added by passoniate 5 years ago.
edit.png (50.8 KB) - added by passoniate 5 years ago.
need to be like this

Download all attachments as: .zip

Change History (5)

@passoniate
5 years ago

@passoniate
5 years ago

need to be like this

#1 @Otto42
5 years ago

There is no "Move to Trash" link on that page.

Version 0, edited 5 years ago by Otto42 (next)

#2 @dufresnesteven
5 years ago

The margin problem is due to :

https://wordpress.org/gutenberg/wp-content/themes/pub/gutenberg/style.css?ver=12

Line: 393

ul, ol {
  margin: 0 0 1.5em 3em;
}

Since the content of that theme appears to be all Gutenberg driven, we could probably change that to:

ul, ol {
  margin: 0;
}
Last edited 5 years ago by dufresnesteven (previous) (diff)

#3 @coffee2code
5 years ago

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

In 9408:

Gutenberg theme: Fix components tab margin issue.

Props dufresnesteven, passoniate.
Fixes #4966.

Note: See TracTickets for help on using tickets.