From bfc154534461071cad9b723d205cd0c2444687e8 Mon Sep 17 00:00:00 2001 From: sunny Date: Tue, 18 Sep 2018 11:17:55 +0900 Subject: [PATCH] design --- src/commons/component/host-detail.component.scss | 3 +++ src/commons/component/service-detail.component.scss | 3 +++ src/commons/component/zone-detail.component.scss | 3 +++ 3 files changed, 9 insertions(+) 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; } } }