Commit 3d5e4abc authored by NGPixel's avatar NGPixel

fix: allow value selection in admin system info (#1161)

parent 37ce116d
<template lang='pug'>
v-container(fluid, grid-list-lg)
v-container.admin-system(fluid, grid-list-lg)
v-layout(row, wrap)
v-flex(xs12)
.admin-header
......@@ -230,5 +230,9 @@ export default {
</script>
<style lang='scss'>
.admin-system {
.v-list-item__subtitle {
user-select: text;
}
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment