summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-06-30 02:57:59 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-06-30 02:57:59 +0300
commitceddccfb90d12eedd518ef15ff054e55882a6250 (patch)
tree2711d2a047090378c9877873dc4bc12e8707acd3
parent19e0e1cbd53500bb55e57033b0db63b93a68a750 (diff)
downloadopenbmc-ceddccfb90d12eedd518ef15ff054e55882a6250.tar.xz
WEBUI: table dd line height
-rw-r--r--meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0077-IBS-custom-styles-_tables.scss.patch16
1 files changed, 9 insertions, 7 deletions
diff --git a/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0077-IBS-custom-styles-_tables.scss.patch b/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0077-IBS-custom-styles-_tables.scss.patch
index 2064b700c1..df48717308 100644
--- a/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0077-IBS-custom-styles-_tables.scss.patch
+++ b/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0077-IBS-custom-styles-_tables.scss.patch
@@ -1,14 +1,14 @@
-From 97ef19909e685c062332021acff4c84109669dcb Mon Sep 17 00:00:00 2001
+From bc759fbb12e038cf7b3d92b56cc91d5e97ed1a2a Mon Sep 17 00:00:00 2001
From: "Andrey V.Kosteltsev" <AKosteltsev@IBS.RU>
-Date: Wed, 29 Jun 2022 23:30:06 +0300
+Date: Thu, 30 Jun 2022 02:53:43 +0300
Subject: [PATCH] IBS: custom styles _tables.scss
---
- src/assets/styles/bmc/custom/_tables.scss | 57 +++++++++++++++--------
- 1 file changed, 37 insertions(+), 20 deletions(-)
+ src/assets/styles/bmc/custom/_tables.scss | 59 +++++++++++++++--------
+ 1 file changed, 38 insertions(+), 21 deletions(-)
diff --git a/src/assets/styles/bmc/custom/_tables.scss b/src/assets/styles/bmc/custom/_tables.scss
-index e8b5a832..fd6dfcb7 100644
+index e8b5a832..d73bfdde 100644
--- a/src/assets/styles/bmc/custom/_tables.scss
+++ b/src/assets/styles/bmc/custom/_tables.scss
@@ -3,16 +3,18 @@
@@ -71,7 +71,7 @@ index e8b5a832..fd6dfcb7 100644
}
.status-icon svg {
-@@ -56,20 +69,23 @@
+@@ -56,21 +69,24 @@
}
.b-table-details {
@@ -94,10 +94,12 @@ index e8b5a832..fd6dfcb7 100644
margin-right: $spacer / 2;
}
dd {
+- line-height: 1.2
+ font-size: 0.75rem !important;
- line-height: 1.2
++ line-height: 1.5
}
}
+
@@ -78,12 +94,13 @@
width: 50px;
.btn {