Skip to content

Commit

Permalink
Fixed borders (oppia#5532)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavsid98 authored and seanlip committed Aug 15, 2018
1 parent f52af23 commit ce9c50e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/templates/dev/head/css/oppia.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ input.ng-dirty.ng-invalid, md-input-group.md-default-theme input.ng-dirty.ng-inv
font-style: italic;
}

table.oppia-issues-learner-action-table td, th {
.oppia-issues-learner-action-table td,
.oppia-issues-learner-action-table th {
border: 1px solid black;
}

Expand Down

0 comments on commit ce9c50e

Please sign in to comment.