mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add missing semicolon
This commit is contained in:
parent
eab7cb0e03
commit
1d42ef5c73
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue