diff --git a/src/commons/component/host-detail.component.scss b/src/commons/component/host-detail.component.scss index e73d918..6b3ee26 100644 --- a/src/commons/component/host-detail.component.scss +++ b/src/commons/component/host-detail.component.scss @@ -10,6 +10,7 @@ h3{ display: inline; padding: 10px 0 10px 5px; + user-select: text; // padding: 5px; // height: 60px; } @@ -42,11 +43,13 @@ position: relative; font-weight: bold; width: 100%; + user-select: text; .meta-value { font-weight: 100; position: relative; width: 70%; left: 10px; + user-select: text; } } } diff --git a/src/commons/component/service-detail.component.scss b/src/commons/component/service-detail.component.scss index 151a8ff..8c15d08 100644 --- a/src/commons/component/service-detail.component.scss +++ b/src/commons/component/service-detail.component.scss @@ -10,6 +10,7 @@ h3{ display: inline; padding: 10px 0 10px 5px; + user-select: text; // padding: 5px; // height: 60px; } @@ -45,11 +46,13 @@ position: relative; font-weight: bold; width: 100%; + user-select: text; .meta-value { font-weight: 100; position: relative; width: 70%; left: 10px; + user-select: text; } } } diff --git a/src/commons/component/zone-detail.component.scss b/src/commons/component/zone-detail.component.scss index f89ff1d..600cb2f 100644 --- a/src/commons/component/zone-detail.component.scss +++ b/src/commons/component/zone-detail.component.scss @@ -10,6 +10,7 @@ h3{ display: inline; padding: 10px 0 10px 5px; + user-select: text; // padding: 5px; // height: 60px; } @@ -30,11 +31,13 @@ position: relative; font-weight: bold; width: 100%; + user-select: text; .meta-value { font-weight: 100; position: relative; width: 70%; left: 10px; + user-select: text; } } }