UPD: Feedback type padding
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
:src="icon" alt="connection-type-icon"
|
:src="icon" alt="connection-type-icon"
|
||||||
class="w-16 py-2"
|
class="w-16 py-2"
|
||||||
:class="{'invert': selected}">
|
:class="{'invert': selected}">
|
||||||
<ScrambleText ref="title" :resize="false" class="text-xs text-wrap p-1" :text="title" />
|
<ScrambleText ref="title" :resize="false" class="text-xs text-wrap py-1 px-3" :text="title" />
|
||||||
</button>
|
</button>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|||||||
Reference in New Issue
Block a user