Increased the "Pillars" column width, so "automation and orchestration" pillar name doesn't get cut off.

This commit is contained in:
VakarisZ 2020-10-02 14:54:34 +03:00
parent 34460b667b
commit 0dfecd1837
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import EventsButton from './EventsButton';
import ScoutSuiteRuleButton from './scoutsuite/ScoutSuiteRuleButton';
const EVENTS_COLUMN_MAX_WIDTH = 250;
const PILLARS_COLUMN_MAX_WIDTH = 200;
const PILLARS_COLUMN_MAX_WIDTH = 260;
export class FindingsTable extends Component {