-
Notifications
You must be signed in to change notification settings - Fork 5
feat(description-list): horizontal variant - TWIG-39 #139
Conversation
src/ec/packages/ec-component-description-list/description-list.html.twig
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just small things, otherwise it seems perfect 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some more small fixes needed here
@@ -47,6 +47,43 @@ exports[`EC - Description list Default renders correctly 1`] = ` | |||
</dl> | |||
`; | |||
|
|||
exports[`EC - Description list Default renders correctly in the horizontal variant 1`] = ` | |||
<dl | |||
class="ecl-description-list" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not the horizontal version tested here (missing css class)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, true, i assumed that the variant was coming from the spec package without checking it...
Looks good for me. |
…
PR description
Please drop a few lines about the PR: what it does, how to test it, etc.
QA Checklist
In order to ensure a safe and quick review, please check that your PR follow those guidelines:
devDependencies
devDependencies
include
orembed
) asdependencies
@ecl-twig/ec-components
'sdependencies
yarn.lock
contains changes, I have committed itpr: review needed
to indicate that I'm done and now waiting for a review ,pr: wip
to indicate that I'm actively working on it ...)