Skip to content

Allow patch notes on tags page to word wrap

What does this MR do?

This MR does the following to a project's tags view page:

  1. Allows the patch notes text to line wrap.
  2. Reduces the whitespace between the patch notes and the action buttons to make better use of the available space.

Note that this change only affects the tags list view:

http://localhost:3000/<user>/<project>/-/tags

but does not affect the individual tag view:

http://localhost:3000/<user>/<project>/-/tags/<tagname>

Screenshots

Before (text gets cut off, excessive whitespace between text and buttons) After
Selection_001 Selection_002

Does this MR meet the acceptance criteria?

Yes

Conformity

Availability and Testing

CSS only change, minimal risk to product. Cross-browsing testing required.

Security

No security-related changes.

Closes #33482 (closed)

Edited by Daniel Tian

Merge request reports