mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
@@ -88,7 +88,7 @@ export const HrefTooltipContent: FC = () => {
|
||||
<OLFormLabel>URL</OLFormLabel>
|
||||
<OLFormControl
|
||||
type="url"
|
||||
size="lg"
|
||||
size="sm"
|
||||
htmlSize={50}
|
||||
placeholder="https://…"
|
||||
value={url}
|
||||
|
||||
Reference in New Issue
Block a user