Skip to content

Commit

Permalink
Fix oppia#3618: stop icon overlap (oppia#3642)
Browse files Browse the repository at this point in the history
* Add docstrings to core.domain.user_jobs_continuous.py

* Fix oppia#3618: stop icon overlapping.

* Fix oppia#3618: Stop icon overlap (address review comments).
  • Loading branch information
shubha1593 authored and seanlip committed Jul 13, 2017
1 parent 41fcf9a commit cd11d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
.conversation-skin-tutor-card-top-section .conversation-skin-oppia-avatar {
height: 48px;
left: -28px;
top: -20px;
width: 48px;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
.conversation-skin-tutor-card-top-section .conversation-skin-oppia-avatar {
height: 100px;
left: -87px;
top: 0;
top: -20px;
width: 100px;
}

Expand Down

0 comments on commit cd11d6a

Please sign in to comment.