Channel Settings: Make long Channel UID fully visible (#3027)
Fixes #3023. Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>main
parent
d5b98631c0
commit
14a665fc1a
|
@ -23,6 +23,13 @@
|
|||
</f7-block>
|
||||
</template>
|
||||
|
||||
<style lang="stylus">
|
||||
.list
|
||||
.item-subtitle
|
||||
overflow-wrap break-word
|
||||
white-space inherit
|
||||
</style>
|
||||
|
||||
<script>
|
||||
import ClipboardIcon from '@/components/util/clipboard-icon.vue'
|
||||
export default {
|
||||
|
|
Loading…
Reference in New Issue