From 76648bc6cf2c4e3c4c56b95d2499d648bf7dc085 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Sun, 19 Apr 2020 12:58:15 +0530 Subject: [PATCH] fix: Invalid align-items value --- frappe/public/less/flex.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/public/less/flex.less b/frappe/public/less/flex.less index a5ad611683..12797241ce 100644 --- a/frappe/public/less/flex.less +++ b/frappe/public/less/flex.less @@ -38,7 +38,7 @@ .flush-top { display: flex; justify-content: space-between; - align-items: end; + align-items: flex-end; } .level { @@ -79,4 +79,4 @@ .fill-width { flex: 1 -} \ No newline at end of file +}