mirror of https://github.com/gorhill/uBlock.git
Add missing semicolon
This commit is contained in:
parent
eab7cb0e03
commit
1d42ef5c73
|
@ -32,7 +32,7 @@ body {
|
|||
align-items: stretch;
|
||||
align-self: stretch;
|
||||
display: inline-flex;
|
||||
justify-content: stretch
|
||||
justify-content: stretch;
|
||||
position: relative;
|
||||
}
|
||||
#themePrimary > span {
|
||||
|
|
Loading…
Reference in New Issue