Copilot commented on code in PR #2849:
URL: https://github.com/apache/doris-website/pull/2849#discussion_r2327259083


##########
src/components/PageBanner/styles.scss:
##########
@@ -136,11 +136,19 @@
                 }
             }
             .banner-buttons {
+                flex-direction: column;
+                align-items: center;
+
                 .button {
-                    padding: 0.45rem 1.2rem;
-                    font-size: 1rem;
+                    min-width: 10rem;
+                    width: max-content;

Review Comment:
   The combination of `min-width: 10rem` and `width: max-content` creates 
potential conflict. Consider using only `width: max-content` with a `min-width` 
if needed, or simplify to just `min-width: 10rem` for consistent button sizing.
   ```suggestion
   
   ```



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