mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #16588 from overleaf/mj-usepackage-fix
[web] Copy single backslash in column width modal GitOrigin-RevId: ee3e3eadac067dac1d955adc04709e8ab3121a59
This commit is contained in:
parent
8d7fbf5a47
commit
7c3c3047fe
1 changed files with 3 additions and 1 deletions
|
@ -190,7 +190,9 @@ const ColumnWidthModalBody = () => {
|
|||
\usepackage{'{'}array{'}'}
|
||||
</code>
|
||||
<CopyToClipboard
|
||||
content="\\usepackage{array} % required for text wrapping in tables"
|
||||
content={
|
||||
'\\usepackage{array} % required for text wrapping in tables'
|
||||
}
|
||||
tooltipId="table-generator-array-copy"
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue