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
I noticed an issue with code block section of the Bubble Sort algorithm :
Description:
The code block on the Bubble Sort page is not properly visible due to layout issues. Specifically, the code text is cut off on the left and right sides, making it difficult to read and understand the implementation.
Steps to Reproduce:
Go to the Bubble Sort page.
Observe the code block section for the Bubble Sort algorithm.
Notice that the code is not fully visible, with text being truncated.
Expected Behavior:
The code block should be fully visible within the designated container, ensuring readability and proper formatting.
Actual Behavior:
The code block appears truncated, with parts of the text being cut off on both sides.
Proposed Fix:
Adjust the CSS styling of the code block container to include proper padding or overflow handling.
Ensure consistent formatting across different screen sizes.
Screenshot:
(Refer to the attached image for reference)
The text was updated successfully, but these errors were encountered:
Rohitswami16
changed the title
[BUG] Code Block Visibility Issue on Algorithm Pages
[BUG] Code Block Visibility Issue on Bubble Sort Algorithm Page
Dec 2, 2024
HI @MastanSayyad Sir
I noticed an issue with code block section of the Bubble Sort algorithm :
Description:
The code block on the Bubble Sort page is not properly visible due to layout issues. Specifically, the code text is cut off on the left and right sides, making it difficult to read and understand the implementation.
Steps to Reproduce:
Go to the Bubble Sort page.
Observe the code block section for the Bubble Sort algorithm.
Notice that the code is not fully visible, with text being truncated.
Expected Behavior:
The code block should be fully visible within the designated container, ensuring readability and proper formatting.
Actual Behavior:
The code block appears truncated, with parts of the text being cut off on both sides.
Proposed Fix:
Adjust the CSS styling of the code block container to include proper padding or overflow handling.
Ensure consistent formatting across different screen sizes.
Screenshot:
(Refer to the attached image for reference)
The text was updated successfully, but these errors were encountered: