Skip to content

Commit

Permalink
Add left padding to ordered lists in test cases. Fix #339
Browse files Browse the repository at this point in the history
The left padding ensures that list markers have enough space to
sit inside the list without flowing out through its left border.
  • Loading branch information
mfonism authored and atodorov committed Feb 4, 2020
1 parent 890b594 commit e611572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tcms/static/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ table.noborder,table.noborder td{border:none;background:transparent;}
.case_detail .case_list{ width:50%; float:left;}
.right_pannel{ float:right; margin-left:-265px; width:260px; padding-top:10px;}
.case_detail .no-border td{ border:0px;}
.case_detail ol{padding-left:1em;}

/**********************************multiple select************/
.last_login{ width:100%;}
Expand Down

0 comments on commit e611572

Please sign in to comment.