Skip to content

Commit

Permalink
removed extra padding on top of the stress and counts tab
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzun committed Nov 30, 2016
1 parent 76d1cc4 commit 3e75b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/main-heatmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<button class="button button-icon ion-help" ng-click="startWalkthrough()"></button>
</ion-nav-buttons>
<ion-content class="has-header padding" scroll="false">
<div style="height: 40px; width: 100%; padding: 10px;"> <!-- visualization control -->
<div style="height: 40px; width: 100%;"> <!-- visualization control -->
<div class="metric-half">
<div ng-class="countButtonClass()" ng-click="showCounts()">Counts</div>
<div ng-class="stressButtonClass()" ng-click="showStress()">Stress</div>
Expand Down

0 comments on commit 3e75b1d

Please sign in to comment.