-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix layout on CTA pages * Fix scroll on embedded dashboards * Revert "Fix scroll on embedded dashboards" This reverts commit 4338eee.
- Loading branch information
1 parent
2e5a587
commit 321215e
Showing
2 changed files
with
5 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 1 addition & 6 deletions
7
web-common/src/components/calls-to-action/CTALayoutContainer.svelte
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
<script lang="ts"> | ||
// Components with tall content might want h-4/5 | ||
export let height = "h-3/5"; | ||
</script> | ||
|
||
<div class="flex flex-col justify-center items-center {height} m-auto"> | ||
<div class="flex flex-col justify-center items-center my-16 sm:my-32 md:my-64"> | ||
<slot /> | ||
</div> |
321215e
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.
🎉 Published on https://ui.rilldata.in as production
🚀 Deployed on https://65b81388aa961550221754e8--rill-ui-dev.netlify.app