@appscode/design-system 1.1.0-beta.88 → 1.1.0-beta.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.1.0-beta.88",
3
+ "version": "1.1.0-beta.89",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -128,7 +128,7 @@ watch(
128
128
  <div class="ac-preview-inner">
129
129
  <!-- preview body start -->
130
130
  <div
131
- class="ac-preview-body mt-0 pt-20"
131
+ class="ac-preview-body mt-0"
132
132
  :class="{
133
133
  'is-justify-content-center': isYamlsEmpty && !isPreviewLoading,
134
134
  }"
@@ -15,7 +15,10 @@ withDefaults(defineProps<Props>(), {
15
15
  </div>
16
16
  <!-- sidebar tabs -->
17
17
 
18
- <div class="content-wrapper" :class="isSidebarVisible ? 'pl-220' : 'pl-0'">
18
+ <div
19
+ class="content-wrapper"
20
+ :class="isSidebarVisible ? 'pl-220' : 'pl-0 pb-0'"
21
+ >
19
22
  <!-- sidebar content -->
20
23
  <slot name="tabs-content" />
21
24
  <!-- sidebar content -->