Making WordPress.org

Opened 11 months ago

Last modified 7 months ago

#8101 new defect (bug)

Adjust margin of "Create new ticket" button

Reported by: Presskopp Owned by:
Priority: normal Milestone:
Component: Trac Keywords:
Cc:

Description

The button is not in line with the elements above because of

.create-new-ticket.button {
    margin: 10px 10px 0;

It should be adjusted to

.create-new-ticket.button {
    margin: 10px 5px;

Change History (1)

#1 @chealer
7 months ago

Please provide steps to reproduce

Note: See TracTickets for help on using tickets.