Skip to content

Commit 227f63e

Browse files
authored
fix: set full width for cms-element-alignment in image elements
1 parent ee8a1f5 commit 227f63e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// COMPONENTS
2+
@import 'component/cms-element';
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.cms-element-image {
2+
.cms-element-alignment {
3+
width: 100%;
4+
}
5+
}

0 commit comments

Comments
 (0)