Skip to content

Commit ef8cf8a

Browse files
committed
Add further Storybook stories for self clearing of center layout
REDMINE-21191
1 parent 64ffb44 commit ef8cf8a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

entry_types/scrolled/package/src/frontend/__stories__/floatingAndSelfClearing-stories.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ frontend.contentElementTypes.register('probe', {
8585
['text']
8686
]
8787
},
88+
{
89+
name: 'Left/Right/Left with Tall First Item',
90+
items: [
91+
['left', '3 / 4'],
92+
['right', '4 / 3'],
93+
['left', '4 / 3'],
94+
['text']
95+
]
96+
},
8897
{
8998
name: 'Left/Right/Right/Left',
9099
items: [
@@ -104,6 +113,15 @@ frontend.contentElementTypes.register('probe', {
104113
['text']
105114
]
106115
},
116+
{
117+
name: 'Right/Left/Right with Place for Text',
118+
items: [
119+
['right', '3 / 4'],
120+
['left', '4 / 3'],
121+
['left', '4 / 3'],
122+
['text']
123+
]
124+
},
107125
{
108126
name: 'Left/Right/Left/Right',
109127
items: [

0 commit comments

Comments
 (0)