Nested Spans Withing li tags (#12732)
This commit is contained in:
committed by
GitHub
parent
72bd104567
commit
3c49db9bfe
@@ -32,8 +32,9 @@
|
||||
<br>
|
||||
{{ $t('beeminderDesc') }}
|
||||
</li>
|
||||
<li v-html="$t('chatExtension')"></li>
|
||||
<span>{{ $t('chatExtensionDesc') }}</span>
|
||||
<li><div v-html="$t('chatExtension')"> </div>
|
||||
<span>{{ $t('chatExtensionDesc') }}</span>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
target="_blank"
|
||||
@@ -42,8 +43,8 @@
|
||||
<br>
|
||||
{{ $t('dataToolDesc') }}
|
||||
</li>
|
||||
<li v-html="$t('otherExtensions')"></li>
|
||||
<span>{{ $t('otherDesc') }}</span>
|
||||
<li><div v-html="$t('otherExtensions')"></div>
|
||||
<span>{{ $t('otherDesc') }}</span></li>
|
||||
</ul>
|
||||
<hr>
|
||||
</div>
|
||||
@@ -129,6 +130,10 @@
|
||||
.section {
|
||||
margin-top: 2em;
|
||||
}
|
||||
li span
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user