Skip to content

Remove .issue-box from static (classic) Issuable list

Takuya Noguchi requested to merge 284602-remove-issue-box-static into master

What does this MR do?

Removes %div.issue-box from static (classic) Issuable lists (i.e. Dashboard Issues, Project Issues, Group Issues).

Quoting #284602 (closed):

.issue-box can be removed since .issue-box is just for display: flex, duplicating of issuable-info-container, which has flex: 1; display: flex; /* and more ... */.

Screenshots (strongly suggested)

There is no regression on show and on edit:

on issue list (show)

localhost_3001_gitlab-org_gitlab-test_-_issues

on issue list (bulk edit)

localhost_3001_gitlab-org_gitlab-test_-_issues

Does this MR meet the acceptance criteria?

Conformity

Part of #284602 (closed)

Edited by Takuya Noguchi

Merge request reports