Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indented boxes get cut off #1642

Closed
damithc opened this issue Aug 7, 2021 · 2 comments · Fixed by #1647
Closed

Indented boxes get cut off #1642

damithc opened this issue Aug 7, 2021 · 2 comments · Fixed by #1647

Comments

@damithc
Copy link
Contributor

damithc commented Aug 7, 2021

When indented, the right edge of boxes seem to get cut-off

image

Example https://nus-cs2103-ay2122s1.github.io/website/admin/ip-w4.html

@damithc damithc added the p.Low label Aug 7, 2021
@jonahtanjz
Copy link
Contributor

Looks like this can be fixed with some CSS

@ong6
Copy link
Contributor

ong6 commented Aug 9, 2021

Hi, looks like removing the width in box-container fixes the issue, I will add the fix to my PR at #1647. Would be good to add a f-box tag to this as well

.box-container {
        /* width: 100%; */
        padding: 0;
        border-radius: 6px;
    }

image

ong6 added a commit to ong6/markbind that referenced this issue Aug 9, 2021
@ong6 ong6 mentioned this issue Aug 10, 2021
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants