Fix MessageBanner padding (#3271)
The MessageBanner padding that appears when a project is archived only has padding on the bottom and not the top. This means that there is no visual gap and it does follow the visual style of the rest of the website. I have fixed it.
This commit is contained in:
parent
253e64884a
commit
f6d64e8fde
@ -674,7 +674,7 @@
|
|||||||
:auth="auth"
|
:auth="auth"
|
||||||
:tags="tags"
|
:tags="tags"
|
||||||
/>
|
/>
|
||||||
<MessageBanner v-if="project.status === 'archived'" message-type="warning" class="mb-4">
|
<MessageBanner v-if="project.status === 'archived'" message-type="warning" class="my-4">
|
||||||
{{ project.title }} has been archived. {{ project.title }} will not receive any further
|
{{ project.title }} has been archived. {{ project.title }} will not receive any further
|
||||||
updates unless the author decides to unarchive the project.
|
updates unless the author decides to unarchive the project.
|
||||||
</MessageBanner>
|
</MessageBanner>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user