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:15:35 +0300
committerAleksejs Cikuns <aleksejs.cikuns@zabbix.com>2022-03-03 16:15:35 +0300
commit4531b0bf1ef77b12e992dca0faf2b5d385f9fadd (patch)
tree60aa61ed927bfd4fd9b26605398995063488e5a9 /sass
parente5406d2718387ce0d2eac24ca9f4661c8c5c1fde (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 2c4ca616981..0ac36c7868c 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -4890,6 +4890,7 @@ svg {
display: flex;
flex-wrap: wrap;
+ align-items: start;
&.columns-nowrap {
flex-wrap: nowrap;