From 987db14474eb5d3c1bae7a3655a35978cd169919 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Fri, 10 Mar 2023 17:56:36 +0100 Subject: [PATCH] further style fix Signed-off-by: Julien Veyssier --- src/views/GithubIssuePrReferenceWidget.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/GithubIssuePrReferenceWidget.vue b/src/views/GithubIssuePrReferenceWidget.vue index 5c1d42f..50e3233 100644 --- a/src/views/GithubIssuePrReferenceWidget.vue +++ b/src/views/GithubIssuePrReferenceWidget.vue @@ -618,7 +618,8 @@ export default { &--bubble { display: flex; flex-direction: column; - width: 100%; + flex-grow: 1; + max-width: calc(100% - 48px); padding-bottom: 4px; border: 1px solid var(--color-border-dark); border-radius: 6px; @@ -657,6 +658,7 @@ export default { white-space: initial; h1, h2, h3, h4, h5, h6 { margin-top: 0; + margin-bottom: 24px; font-weight: bold; } h1 { @@ -679,6 +681,12 @@ export default { } ul, ol { margin-left: 16px; + margin-bottom: 24px; + li { + ul, ol { + margin-bottom: 0; + } + } } ul { > li { @@ -686,7 +694,7 @@ export default { } } p { - margin: 12px 0; + margin-bottom: 24px; } } }