UPD: Feedback type padding

This commit is contained in:
Robert Kossessa
2024-01-31 01:11:07 +01:00
parent 3b46d00a17
commit 4923df419f

View File

@@ -9,7 +9,7 @@
:src="icon" alt="connection-type-icon"
class="w-16 py-2"
: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>
</template>
<script setup>