mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2025-01-22 09:40:04 +01:00
fix linting error in ft-input-tags.vue (#2971)
* fix linting error in ft-input-tags.vue * swap to span over label * update css to match Co-authored-by: petaded <code@zikl.co.uk>
This commit is contained in:
parent
dd18634fdc
commit
5230fc4fd7
@ -23,7 +23,7 @@
|
||||
float: left;
|
||||
}
|
||||
|
||||
.ft-tag-box li>label {
|
||||
.ft-tag-box li>span {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 10px;
|
||||
|
@ -20,7 +20,7 @@
|
||||
v-for="tag in tagList"
|
||||
:key="tag.id"
|
||||
>
|
||||
<label>{{ tag }}</label>
|
||||
<span>{{ tag }}</span>
|
||||
<font-awesome-icon
|
||||
:icon="['fas', 'fa-times']"
|
||||
class="removeTagButton"
|
||||
|
Loading…
x
Reference in New Issue
Block a user