Reopening for further fixes. I noticed that 2 columns, grid-10 and grid-9 will fits when viewing the page regularly, but doesn't quite fit when previewing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When pushed to prod, we need to validate that the Adobe's neighborhood is working exactly right.
If a wiki page is using grids, then that wiki page should also put <div class="nested-grid-container"> in its page. Then 20 grid widths will fit in it. Note: I found that a <div class="grid-10"> with text immediately after it will be flush to the left with no spacing because no <p> is created for the text. If you place a blank line after the <div> and before the text, then markdown processing puts a <p> around that text and it looks good. I'll document these on [#4248]
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
size: --> 1
status: in-progress --> code-review
On allura js/4250
Reopening for further fixes. I noticed that 2 columns, grid-10 and grid-9 will fits when viewing the page regularly, but doesn't quite fit when previewing.
allura:db/4250
When pushed to prod, we need to validate that the Adobe's neighborhood is working exactly right.
If a wiki page is using grids, then that wiki page should also put
<div class="nested-grid-container">
in its page. Then 20 grid widths will fit in it. Note: I found that a<div class="grid-10">
with text immediately after it will be flush to the left with no spacing because no<p>
is created for the text. If you place a blank line after the<div>
and before the text, then markdown processing puts a<p>
around that text and it looks good. I'll document these on [#4248]