mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 21:46:22 -04:00
(style) fix too large padding inside grammar table or profiles containing <PronunciationSpeaker>
This commit is contained in:
parent
9f8497b9e7
commit
da63c33e23
@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<li v-if="pronoun">
|
||||
<li v-if="pronoun" class="my-1">
|
||||
<Example :example="example" :pronoun="pronoun" :counter="counter" :link="link" :pronunciation="pronunciation" />
|
||||
<Tooltip :text="tooltipText">
|
||||
<button
|
||||
v-if="hasDifferentExample"
|
||||
type="button"
|
||||
class="btn btn-sm btn-link p-1"
|
||||
class="btn btn-sm btn-link px-1 py-0"
|
||||
@click="selectDifferentExample()"
|
||||
>
|
||||
<Icon v="random" />
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<Tooltip :text="$t('pronunciation.play')">
|
||||
<a
|
||||
:class="['btn', 'btn-sm', 'btn-link', 'p-1', !pronunciation ? 'disabled' : '']"
|
||||
:class="['btn', 'btn-sm', 'btn-link', 'px-1', 'py-0', !pronunciation ? 'disabled' : '']"
|
||||
dir="ltr"
|
||||
:href="pronunciationLink"
|
||||
target="_blank"
|
||||
|
Loading…
x
Reference in New Issue
Block a user