mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
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:
parent
bd15e3cc5c
commit
a0a164c4d0
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export const HrefTooltipContent: FC = () => {
|
|||
<OLFormLabel>URL</OLFormLabel>
|
||||
<OLFormControl
|
||||
type="url"
|
||||
size="lg"
|
||||
size="sm"
|
||||
htmlSize={50}
|
||||
placeholder="https://…"
|
||||
value={url}
|
||||
|
|
Loading…
Reference in a new issue