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

Boxes get cut up by col3 in Chrome #210

Open
knux400 opened this issue Feb 13, 2020 · 0 comments
Open

Boxes get cut up by col3 in Chrome #210

knux400 opened this issue Feb 13, 2020 · 0 comments

Comments

@knux400
Copy link

knux400 commented Feb 13, 2020

I'm trying to create a set of boxes on my wiki page, but using col3 seems to slice up the boxes in Chrome, but leave them intact in Firefox. My page is set up in such a way so that it uses the Bureaucracy plugin to automatically add new sections without having to manually edit the page each time, which makes it convenient for displaying large amounts of these boxes. However, this means that each box must be formatted the same way, and I can't put anything in between them- meaning using column thirds isn't an option. Is there a way to fix this so that it works in all browsers, not just Firefox?

Here you can see some screenshots showing the difference, and the code for the page is below.
chrome
firefox

<WRAP col3>

<WRAP box round>
<WRAP centeralign>
<fs x-large>**Title**</fs>
</WRAP>
<WRAP group>
<WRAP column half>
{{gallery>:createa:robot005.png?100x100&lightbox}}
</WRAP>
<WRAP column half>
Side text\\ \\
Side text\\ \\
Side text\\ \\
</WRAP>
</WRAP>
----
Description
</WRAP>

</WRAP>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant