forked from p34709852/monkey
Increased the "Pillars" column width, so "automation and orchestration" pillar name doesn't get cut off.
This commit is contained in:
parent
34460b667b
commit
0dfecd1837
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue