init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<script>
|
||||
export let value;
|
||||
export let field;
|
||||
</script>
|
||||
<span
|
||||
class="badge rounded-pill bg-primary bg-opacity-75"
|
||||
style="max-width:64px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;"
|
||||
title={value}
|
||||
data-bs-toggle="tooltip"
|
||||
>{value}</span
|
||||
>
|
||||
Reference in New Issue
Block a user