mirror of https://github.com/gorhill/uBlock.git
CSS typo: box-border to border-box
This commit is contained in:
parent
66772daf0d
commit
ae884ca7b8
|
@ -18,7 +18,7 @@ code {
|
|||
}
|
||||
#diff > .pane {
|
||||
border: 0;
|
||||
box-sizing: box-border;
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
font: 12px/1.8 monospace;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue