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 please drop the `. . .>` and add a new input style for multi-line 
in 4 places
   ````
   [data-ty="multi_line_input"]:before {
       content: '>';
   }
   ````



##########
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 please drop the `. . .>` and add a new input style for multi-line 
in 4 places
   ````
   [data-ty="multiline_input"]:before {
       content: '>';
   }
   ````



-- 
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

Reply via email to