Merge pull request #28 from StarCitizenTools/dev

Fixed CookieWarning button height bug
This commit is contained in:
alistair3149 2019-12-29 17:27:06 -05:00 committed by GitHub
commit 66e5a730e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,12 +55,19 @@
.mw-cookiewarning-dismiss {
margin: 0;
padding: @margin-side * 0.75 @margin-side;
height: auto;
border-radius: 0;
font-weight: normal;
line-height: 1.4;
transition: @transition-background-quick;
}
a {
height: auto;
}
.mw-cookiewarning-dismiss {
height: 100%;
}
}
}