Commit ff5dc44f authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch '217961-group-columns-overlap' into 'master'

Fix visual bug on vulnerability list

See merge request gitlab-org/gitlab!33614
parents 3de45054 b1fe966a
......@@ -92,6 +92,7 @@ export default {
key: 'title',
label: __('Description'),
thClass: commonThClass,
tdClass: 'gl-word-break-all',
},
];
},
......
---
title: Fix column overlap on long texts
merge_request: 33614
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment