aboutsummaryrefslogtreecommitdiff
path: root/app/components/plan-new/plan-new.html
diff options
context:
space:
mode:
authorAlex Tatiyants <atatiyan@gmail.com>2016-03-05 12:02:08 -0800
committerAlex Tatiyants <atatiyan@gmail.com>2016-03-05 12:02:08 -0800
commit9b004d78b5012e4e7a3bf6e1eb086d941050425f (patch)
tree4c1830270d67007a924302ab6bc224df84064cbe /app/components/plan-new/plan-new.html
parentcd2af1466b1c23f81c13af61fa550475f82e0227 (diff)
tweak styles for new plan page
Diffstat (limited to 'app/components/plan-new/plan-new.html')
-rw-r--r--app/components/plan-new/plan-new.html4
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>