From 95218f0fa11b60e33d3c2e97e5f5956a5e2f5985 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 24 May 2018 16:09:33 +0200 Subject: [PATCH] Remove use of space-evenly since it is not supported by all browsers --- customize.dist/loading.js | 3 +-- customize.dist/src/less2/include/creation.less | 2 +- customize.dist/src/less2/include/tokenfield.less | 2 +- www/kanban/app-kanban.less | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/customize.dist/loading.js b/customize.dist/loading.js index c08b82681..2bc0ec420 100644 --- a/customize.dist/loading.js +++ b/customize.dist/loading.js @@ -45,8 +45,7 @@ define([], function () { flex-shrink: 0; display: flex; flex-flow: column; - justify-content: center; - justify-content: space-evenly; + justify-content: space-around; align-items: center; } @media screen and (max-height: 800px) { diff --git a/customize.dist/src/less2/include/creation.less b/customize.dist/src/less2/include/creation.less index 57509455e..e2115288a 100644 --- a/customize.dist/src/less2/include/creation.less +++ b/customize.dist/src/less2/include/creation.less @@ -103,7 +103,7 @@ flex-flow: column; align-items: center; flex: 1 0 auto; - justify-content: space-evenly; + justify-content: space-around; & > div { width: 400px; max-width: 100%; diff --git a/customize.dist/src/less2/include/tokenfield.less b/customize.dist/src/less2/include/tokenfield.less index 46ba3af09..5e518f08c 100644 --- a/customize.dist/src/less2/include/tokenfield.less +++ b/customize.dist/src/less2/include/tokenfield.less @@ -8,7 +8,7 @@ .tools_unselectable(); display: flex; flex-wrap: wrap; - justify-content: space-evenly; + justify-content: space-around; height: auto; min-height: 34px; padding-bottom: 0px; diff --git a/www/kanban/app-kanban.less b/www/kanban/app-kanban.less index be7e12825..03b9267e5 100644 --- a/www/kanban/app-kanban.less +++ b/www/kanban/app-kanban.less @@ -40,7 +40,7 @@ flex: 1; display: flex; flex-wrap: wrap; - justify-content: space-evenly; + justify-content: space-around; } }