mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-11 17:34:13 -05:00
web/CaptchaTooltip: increase max width
allows for prettier layout of text in languages other than english
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
}
|
||||
|
||||
.tooltip-body {
|
||||
max-width: 180px;
|
||||
max-width: 190px;
|
||||
position: relative;
|
||||
|
||||
pointer-events: none;
|
||||
|
||||
Reference in New Issue
Block a user