mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Improve/fix display of icons in markdown alert boxes in config panels
This commit is contained in:
parent
fade9afe97
commit
6571b6a0c8
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<b-alert :variant="type" show>
|
<b-alert class="d-flex" :variant="type" show>
|
||||||
<icon :iname="icon_" />
|
<icon :iname="icon_" class="mr-1 mt-1" />
|
||||||
<vue-showdown :markdown="label" flavor="github"
|
<vue-showdown :markdown="label" flavor="github"
|
||||||
tag="span" class="markdown"
|
tag="span" class="markdown"
|
||||||
/>
|
/>
|
||||||
|
@ -33,9 +33,6 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.icon + span.markdown > *:first-child {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
.alert p:last-child {
|
.alert p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue