Commit b1fe966a authored by Savas Vedova's avatar Savas Vedova

Fix visual bug on vulnerability list

- Introduce word break for description column
parent bf0c8164
......@@ -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