mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
web/CaptchaTooltip: increase max width
Some checks failed
Run tests / api sanity check (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Some checks failed
Run tests / api sanity check (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
allows for prettier layout of text in languages other than english
This commit is contained in:
parent
e18575f78c
commit
2ac9153142
@ -40,7 +40,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tooltip-body {
|
.tooltip-body {
|
||||||
max-width: 180px;
|
max-width: 190px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user