diff --git a/front/src/components/library/Library.vue b/front/src/components/library/Library.vue index 840bbbcd3..6934ef614 100644 --- a/front/src/components/library/Library.vue +++ b/front/src/components/library/Library.vue @@ -6,7 +6,7 @@ diff --git a/front/src/components/ui/Layout.vue b/front/src/components/ui/Layout.vue index 3a0b97f29..d799b4ee2 100644 --- a/front/src/components/ui/Layout.vue +++ b/front/src/components/ui/Layout.vue @@ -101,5 +101,8 @@ const attributes = computed(() => ({ flex-wrap: v-bind('props.noWrap ? "nowrap" : "wrap"'); } + > h1, > h2, > h3, > h4, > h5 { + margin-top: 0px; + } } diff --git a/front/src/ui/layouts/constrained.vue b/front/src/ui/layouts/constrained.vue index ddad4c819..e76b67a3e 100644 --- a/front/src/ui/layouts/constrained.vue +++ b/front/src/ui/layouts/constrained.vue @@ -8,7 +8,7 @@