You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The product cards on the specified page contain two buttons: "Add to Cart" and "Buy Now." Currently, the text on these buttons is not fully visible due to overflow issues. Instead of displaying the complete text, the buttons truncate it, showing only "Add to" and "Buy Now" respectively.
Expected Behavior:
The buttons should display their full text, allowing users to see "Add to Cart" and "Buy Now" clearly without any truncation.
Proposed Solution:
decrease the font size and padding of the buttons to accommodate the full text.
Ensure that the button container has enough width to prevent text overflow.
Consider using responsive styles to adapt to various screen sizes.
Screenshots:
The text was updated successfully, but these errors were encountered:
Description:
The product cards on the specified page contain two buttons: "Add to Cart" and "Buy Now." Currently, the text on these buttons is not fully visible due to overflow issues. Instead of displaying the complete text, the buttons truncate it, showing only "Add to" and "Buy Now" respectively.
Expected Behavior:
The buttons should display their full text, allowing users to see "Add to Cart" and "Buy Now" clearly without any truncation.
Proposed Solution:
Screenshots:
The text was updated successfully, but these errors were encountered: