mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-13 18:16:56 +00:00
ea984e5c2b
Please note, this patch requires a schema change before merging Change-Id: I71286534d21d95083436d64d79811943c1a1d032 ERM: #14484 Bug: T218210
14 lines
180 B
CSS
14 lines
180 B
CSS
.client-nojs .mw-display-qrcode {
|
|
display: none;
|
|
}
|
|
|
|
kbd {
|
|
font-family: monospace, monospace;
|
|
white-space: nowrap;
|
|
font-size: larger;
|
|
}
|
|
|
|
fieldset {
|
|
page-break-inside: avoid;
|
|
}
|