this should work for all browsers

This commit is contained in:
gorhill 2015-02-11 12:03:21 -05:00
parent ea21aac192
commit 043f66f117

View file

@ -20,7 +20,7 @@ code {
border: 0; border: 0;
box-sizing: box-border; box-sizing: box-border;
display: inline-block; display: inline-block;
font: 12px/1.4 monospace; font: 12px/1.8 monospace;
margin: 0; margin: 0;
padding: 0; padding: 0;
position: relative; position: relative;
@ -113,7 +113,7 @@ body[dir="rtl"] #commitButton:before {
#diff li { #diff li {
background-color: white; background-color: white;
direction: ltr; direction: ltr;
padding: 2px 0; padding: 0;
text-align: left; text-align: left;
white-space: nowrap; white-space: nowrap;
} }
@ -140,9 +140,9 @@ body[dir="rtl"] #commitButton:before {
border-top: 1px solid #eee; border-top: 1px solid #eee;
direction: ltr; direction: ltr;
font: 12px monospace; font: 12px monospace;
line-height: 1.733;
height: 100%; height: 100%;
left: 0; left: 0;
line-height: 1.8;
margin: 0; margin: 0;
overflow: hidden; overflow: hidden;
overflow-y: auto; overflow-y: auto;