clear floating at the beginning of a row
This commit is contained in:
parent
e89e0a9eea
commit
45462afca8
1 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@ class Grid3(BasePart):
|
|||
macroName = 'grid'
|
||||
imageSize = 'small'
|
||||
height = 'auto; padding-bottom: 10px'
|
||||
gridPattern = ['span-2', 'span-2', 'span-2 last']
|
||||
gridPattern = ['span-2 clear', 'span-2', 'span-2 last']
|
||||
|
||||
|
||||
class List1(BasePart):
|
||||
|
@ -253,7 +253,7 @@ class ImageGrid3(BasePart):
|
|||
macroName = 'imagegrid'
|
||||
imageSize = 'small'
|
||||
height = 'auto; padding-bottom: 10px'
|
||||
gridPattern = ['span-2', 'span-2', 'span-2 last']
|
||||
gridPattern = ['span-2 clear', 'span-2', 'span-2 last']
|
||||
|
||||
|
||||
# relation views, used for cells (components) of lists and grids
|
||||
|
|
Loading…
Add table
Reference in a new issue