Merge pull request #21709 from overleaf/rd-fix-command-tooltip-size

[web] Fix href command tooltip width in the editor

GitOrigin-RevId: d76e5961bd97ca16e47aa6b1eda68f4488caff69
This commit is contained in:
Rebeka Dekany 2024-11-07 13:39:36 +01:00 committed by Copybot
parent bd15e3cc5c
commit a0a164c4d0

View file

@ -88,7 +88,7 @@ export const HrefTooltipContent: FC = () => {
<OLFormLabel>URL</OLFormLabel>
<OLFormControl
type="url"
size="lg"
size="sm"
htmlSize={50}
placeholder="https://…"
value={url}