gemini-code-assist[bot] commented on code in PR #19868:
URL: https://github.com/apache/tvm/pull/19868#discussion_r3456938078


##########
docs/conf.py:
##########
@@ -411,8 +411,8 @@ def footer_html() -> str:
     )
 
     return f"""
-  <div class="footer-container" style="margin: 5px 0; font-size: 0.9em; color: 
#6c757d;">
-      <div class="footer-line1" style="display: flex; justify-content: center; 
align-items: center; gap: 0.9em; margin-bottom: 3px;">
+  <div class="footer-container" style="margin: 5px 0; font-size: 0.9em; color: 
#6c757d; text-align: right;">
+      <div class="footer-line1" style="display: flex; justify-content: 
flex-end; align-items: center; gap: 0.9em; margin-bottom: 3px; flex-wrap: 
wrap;">

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   Since the footer is now right-aligned, the dropdown menu (located on line 
423) will likely overflow the right edge of the viewport when opened, as 
Bootstrap dropdowns align to the left by default.
   
   To prevent this, consider adding the `dropdown-menu-end` class to the 
dropdown menu `<ul>` element on line 423:
   
   ```html
   <ul class="dropdown-menu dropdown-menu-end" aria-labelledby="footerDropdown" 
style="font-size: 0.9em;">
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to