Browse Source

fix: admin system title text selection (#1247)

* Select Node.js and PostgreSQL version strings 

Select Node.js and PostgreSQL version strings are now selectable

* fix: admin system title text selection
Sebastien 5 years ago
parent
commit
70c3fc775e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/admin/admin-system.vue

+ 1 - 1
client/components/admin/admin-system.vue

@@ -231,7 +231,7 @@ export default {
 
 
 <style lang='scss'>
 <style lang='scss'>
 .admin-system {
 .admin-system {
-  .v-list-item__subtitle {
+  .v-list-item-title, .v-list-item__subtitle {
     user-select: text;
     user-select: text;
   }
   }
 }
 }