<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tech Docs - &amp;#39;Zoom&amp;#39;</title><link>https://www.aras.com/community/f/development/55536/tech-docs---zoom</link><description>We have some users who want larger text in their Tech Docs, so I&amp;#39;m looking for a way to dynamically apply CSS rules on a button. 
 When I go into the developer console, use the element selector to pick the editor pane and then run the following, it&amp;#39;s</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Tech Docs - 'Zoom'</title><link>https://www.aras.com/community/thread/11241?ContentTypeID=1</link><pubDate>Wed, 18 Jun 2025 15:51:27 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:01e5e193-d104-4f37-953c-b256f8bbd215</guid><dc:creator>Jeff Stroh</dc:creator><description>&lt;p&gt;Nevermind, I was able to sort it out:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;const editorDoc = techDocHtmlEditor_iframe.contentDocument;

const nodes = editorDoc.contentDocument.querySelectorAll(&amp;#39;.editorContentNode&amp;#39;);

//adjust editor width
nodes.forEach(node =&amp;gt; {
  node.style.width = &amp;#39;150%&amp;#39;;
});&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>