Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
dotCMS/core#19539 Visitor location dialog in rules too narrow
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoreras authored Nov 13, 2020
1 parent 441371c commit 6d674fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { KeyCode } from '../services/util/key-util';
changeDetection: ChangeDetectionStrategy.OnPush,
selector: 'cw-modal-dialog',
template: `<p-dialog
width="900"
[style]="{width: '900px'}"
[header]="headerText"
[visible]="!hidden"
[modal]="true"
Expand Down

0 comments on commit 6d674fb

Please sign in to comment.