-
-
Notifications
You must be signed in to change notification settings - Fork 728
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Hi team,
We are working on several projects using Vuesax, and we find some issues.
The first is the card footer component slot,
When empty it breaks the flow.
As shown below, if i'm not using the footer, the component is pushing anyway the footer slot, breaking the css.
<vs-col vs-type="flex" vs-justify="center" vs-align="center" vs-w="6">
<vs-card>
<div slot="header">
<h1>
Title
</h1>
</div>
<div>
... my content
</div>
</vs-card>
</vs-col>
I've fixed temporary by hiding the footer
Temporary fix
.vs-card-footer {
display: none;
}
Can you help on that, did I missed something ?
Details :
- Browser : Chrome 60.0.4
- OS : MacOS High Sierra
- Node > 8
Thanks !
Alex
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed