Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-02-01 17:15:34 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-02-01 17:15:34 +0300
commit3df11e793d4014e5b1d72ec329931377e3cae242 (patch)
tree913344facbdc51b6af3ecc9c326f8daa64bb7cec /themes
parentee57160671217899501e8872780c747cb070e64c (diff)
parent1b964729f93fbdbd30b0b1669d7cb8decab5e0fa (diff)
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'themes')
-rw-r--r--themes/bootstrap/scss/_common.scss1
-rw-r--r--themes/metro/scss/_common.scss1
-rw-r--r--themes/original/scss/_common.scss1
-rw-r--r--themes/pmahomme/scss/_common.scss1
4 files changed, 4 insertions, 0 deletions
diff --git a/themes/bootstrap/scss/_common.scss b/themes/bootstrap/scss/_common.scss
index afc5748f02..e978b5e42c 100644
--- a/themes/bootstrap/scss/_common.scss
+++ b/themes/bootstrap/scss/_common.scss
@@ -641,6 +641,7 @@ table#chartGrid {
div.monitorChart {
background: #ebebeb;
border: none;
+ min-width: 1px;
}
}
diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss
index 71ce1044b7..452620eeaa 100644
--- a/themes/metro/scss/_common.scss
+++ b/themes/metro/scss/_common.scss
@@ -810,6 +810,7 @@ table#chartGrid {
div.monitorChart {
background: $th-background;
+ min-width: 1px;
}
}
diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss
index 2d10d93733..ea31281f5e 100644
--- a/themes/original/scss/_common.scss
+++ b/themes/original/scss/_common.scss
@@ -675,6 +675,7 @@ table#chartGrid {
div.monitorChart {
background: #ebebeb;
border: none;
+ min-width: 1px;
}
}
diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss
index 39c38030e8..169dfc2d29 100644
--- a/themes/pmahomme/scss/_common.scss
+++ b/themes/pmahomme/scss/_common.scss
@@ -818,6 +818,7 @@ table#chartGrid {
div.monitorChart {
background: #ebebeb;
border: none;
+ min-width: 1px;
}
}