Making WordPress.org

Opened 7 years ago

Closed 7 years ago

Last modified 3 years ago

#3153 closed defect (bug) (fixed)

Plugin Search result page plugin title show outiside of the block.

Reported by: mp518's profile mp518 Owned by: obenland's profile obenland
Milestone: Priority: normal
Component: Plugin Directory Keywords: has-patch
Cc:

Description

https://wordpress.org/plugins/search/woo/page/13/

Plugin title showing outside of single block when title long character.

Attachments (2)

issue.png (286.8 KB) - added by mp518 7 years ago.
issue
3153.patch (110.2 KB) - added by mp518 7 years ago.
Css for this issue

Download all attachments as: .zip

Change History (5)

@mp518
7 years ago

issue

@mp518
7 years ago

Css for this issue

#1 @SergeyBiryukov
7 years ago

Hi @mp518, thanks for the ticket!

Minified files are auto-generated and should not be patched.

Could you patch the non-minified files in wporg-plugins/client or just add the styles as a comment here?

#2 @mp518
7 years ago

Hello @SergeyBiryukov,

Please look it.

.plugin-card .entry-title a {
    font-weight: 400;
    word-wrap: break-word;
}

#3 @obenland
7 years ago

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

In 6470:

Plugins: Prevent plugin titles from breaking card.

Props mp518.
Fixes #3153.

Note: See TracTickets for help on using tickets.