diff options
author | Alex Tatiyants <atatiyan@gmail.com> | 2016-03-05 12:02:08 -0800 |
---|---|---|
committer | Alex Tatiyants <atatiyan@gmail.com> | 2016-03-05 12:02:08 -0800 |
commit | 9b004d78b5012e4e7a3bf6e1eb086d941050425f (patch) | |
tree | 4c1830270d67007a924302ab6bc224df84064cbe /app/components | |
parent | cd2af1466b1c23f81c13af61fa550475f82e0227 (diff) |
tweak styles for new plan page
Diffstat (limited to 'app/components')
-rw-r--r-- | app/components/plan-new/plan-new.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/components/plan-new/plan-new.html b/app/components/plan-new/plan-new.html index f150969..42bb8f6 100644 --- a/app/components/plan-new/plan-new.html +++ b/app/components/plan-new/plan-new.html @@ -10,6 +10,6 @@ </div> <p *ngIf="validationMessage" class="error-message">{{validationMessage}}</p> - <textarea placeholder="paste execution plan" class="input-box input-box-lg" [(ngModel)]="newPlanContent"></textarea> - <textarea placeholder="paste corresponding SQL query" class="input-box input-box-lg" [(ngModel)]="newPlanQuery"></textarea> + <textarea placeholder="paste execution plan" class="input-box input-box-lg code" [(ngModel)]="newPlanContent"></textarea> + <textarea placeholder="paste corresponding SQL query" class="input-box input-box-lg code" [(ngModel)]="newPlanQuery"></textarea> </div> |