Skip to content

Commit d1f8a07

Browse files
committed
Refactor CSS for velt-thread-card container to improve layout by adjusting selector specificity. Ensure proper display and alignment of child components for enhanced user experience.
1 parent 10b99b0 commit d1f8a07

File tree

1 file changed

+4
-6
lines changed
  • apps/react/self-hosting/forms/page-mode-demo/components/velt/ui-customization

1 file changed

+4
-6
lines changed

apps/react/self-hosting/forms/page-mode-demo/components/velt/ui-customization/styles.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1794,10 +1794,8 @@ app-attachment-button {
17941794
}
17951795
}
17961796

1797-
.velt-thread-card--container {
1798-
app-if {
1799-
display: flex;
1800-
flex-direction: column;
1801-
width: 100% !important;
1802-
}
1797+
.velt-thread-card--container > app-if {
1798+
display: flex;
1799+
flex-direction: column;
1800+
width: 100% !important;
18031801
}

0 commit comments

Comments
 (0)