summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0006-AppLayout-app-content-overflow.patch
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-06-22 16:51:58 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-06-22 16:51:58 +0300
commita7393b43c0a599265db31f8adbf7ced72466a7b5 (patch)
tree99cc440aa446fea40dd07db13223fa53f3573f65 /meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0006-AppLayout-app-content-overflow.patch
parentd91b6380ec191b6259dacf7669459c751184ba6a (diff)
downloadopenbmc-a7393b43c0a599265db31f8adbf7ced72466a7b5.tar.xz
WEBUI: AppLayout app-content overflow; LOGGING: remove ttyVUART0
Diffstat (limited to 'meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0006-AppLayout-app-content-overflow.patch')
-rw-r--r--meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0006-AppLayout-app-content-overflow.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0006-AppLayout-app-content-overflow.patch b/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0006-AppLayout-app-content-overflow.patch
new file mode 100644
index 0000000000..f79b9ffd74
--- /dev/null
+++ b/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0006-AppLayout-app-content-overflow.patch
@@ -0,0 +1,23 @@
+From ccfd9a235b40b0eee364a72458c0e9a82c8e51ce Mon Sep 17 00:00:00 2001
+From: "Andrey V.Kosteltsev" <AKosteltsev@IBS.RU>
+Date: Wed, 22 Jun 2022 14:16:57 +0300
+Subject: [PATCH] AppLayout app-content overflow
+
+---
+ src/layouts/AppLayout.vue | 1 +
+ 1 file changed, 1 insertions(+), 0 deletion(-)
+
+diff --git a/src/layouts/AppLayout.vue b/src/layouts/AppLayout.vue
+index 0b78e5b1..43980111 100644
+--- a/src/layouts/AppLayout.vue
++++ b/src/layouts/AppLayout.vue
+@@ -87,5 +87,6 @@ export default {
+ .app-content {
+ grid-area: content;
+ background-color: $white;
++ overflow-x: auto;
+ }
+ </style>
+--
+2.35.1
+