mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 01:28:00 +01:00
CSS typo: box-border to border-box
This commit is contained in:
parent
66772daf0d
commit
ae884ca7b8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue