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

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorAleksejs Cikuns <aleksejs.cikuns@zabbix.com>2022-03-03 16:13:21 +0300
committerAleksejs Cikuns <aleksejs.cikuns@zabbix.com>2022-03-03 16:13:21 +0300
commitfbb64aa861086354d1ea0d1b0e3b4366c0577679 (patch)
treee6b7c85bd6221acfa1863803fae9827ee5f3d17e /sass
parent1f1b2d653e3f4c4654ddabf4bd9319b34ecd5b8c (diff)
..F....... [ZBX-20640] fixed X-axis field placement in different rows in Axis tab in Graph widget
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/screen.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index 2d451b56bed..fae1476b7e8 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -5105,6 +5105,7 @@ svg {
display: flex;
flex-wrap: wrap;
+ align-items: start;
&.columns-nowrap {
flex-wrap: nowrap;