Skip to content

Commit

Permalink
Fix oppia#3972: Fixed the faulty vertical offset (oppia#6030)
Browse files Browse the repository at this point in the history
* Fix oppia#3972: Fixed the faulty vertical offset

* Correction

* Correction

* Correction
  • Loading branch information
mighty-phoenix authored and bansalnitish committed Dec 29, 2018
1 parent 618344f commit b25965c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ <h1 class="stat-value"><[subscriptionsList.length]></h1>
<div class="oppia-learner-playlist-tiles"
ng-repeat="tile in explorationPlaylist track by $index"
ng-mouseenter="showRemoveIcon=true" ng-mouseleave="showRemoveIcon=false"
style="height: 145px;">
style="height: 145px; display: block;">
<i class="remove-icon fa fa-times"
ng-show="showRemoveIcon"
aria-hidden="true"
Expand All @@ -367,7 +367,7 @@ <h1 class="stat-value"><[subscriptionsList.length]></h1>
uib-tooltip="Remove"
tooltip-placement="top">
</i>
<exploration-summary-tile style="height: 145px; display: block;"
<exploration-summary-tile style="height: 145px;"
exploration-id="tile.id"
exploration-title="tile.title"
last-updated-msec="tile.last_updated_msec"
Expand Down

0 comments on commit b25965c

Please sign in to comment.