refactor(ui): finish style-only component migration
This commit is contained in:
@@ -23,7 +23,7 @@ component MarketingSectionHeader {
|
||||
data-ui-component="MarketingSectionHeader"
|
||||
data-size='{size}'
|
||||
data-color='{color}'
|
||||
class='{class}'
|
||||
class='wire-marketing-section-header {class}'
|
||||
>
|
||||
<SectionHeader
|
||||
id='{id}'
|
||||
@@ -59,4 +59,8 @@ component MarketingSectionHeader {
|
||||
</SectionHeader>
|
||||
</div>
|
||||
}
|
||||
|
||||
style {
|
||||
.wire-marketing-section-header { width: 100%; min-width: 0; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user