deniskuzZ commented on code in PR #59: URL: https://github.com/apache/hive-site/pull/59#discussion_r2264966453
########## themes/hive/layouts/partials/repl.html: ########## @@ -17,7 +17,7 @@ under the License. --> <replication class="col-md"> - <div id="repl" data-termynal data-ty-typeDelay="40" data-ty-lineDelay="70" style="width: 830px;"> + <div id="repl" data-termynal data-ty-typeDelay="40" data-ty-lineDelay="70" style="width: 830px; font-size: 0.9em;" > <span data-ty="input">jdbc:hive2://> repl dump src with (</span> <span data-ty="input">. . .> 'hive.repl.dump.version'= '2',</span> Review Comment: could you replace `. . .>` to `>` in 4 places. also can we change the alignment for the text input to left? ```` [data-ty] { display: block; line-height: 2; text-align: left; } ```` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org