From c382fc04c4bfa1f2f40cb1f2251e9509b599d1bc Mon Sep 17 00:00:00 2001 From: stefnotch Date: Tue, 24 Aug 2021 19:53:39 +0200 Subject: [PATCH 1/2] Update mathfield.less --- css/mathfield.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/mathfield.less b/css/mathfield.less index 6ad15802b..58500ec27 100644 --- a/css/mathfield.less +++ b/css/mathfield.less @@ -60,7 +60,7 @@ flex-flow: row; justify-content: space-between; align-items: flex-end; - min-height: 39px; /* Need some room for the virtual keyboard toggle */ + min-height: 12px; /* Need some room for the virtual keyboard toggle */ /* Prevent the browser from trying to interpret touch gestures in the field */ /* "Disabling double-tap to zoom removes the need for browsers to From 9deb71b5337374149bbb89854aef32f63539b9e9 Mon Sep 17 00:00:00 2001 From: stefnotch Date: Tue, 24 Aug 2021 20:28:06 +0200 Subject: [PATCH 2/2] Update mathfield.less --- css/mathfield.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/mathfield.less b/css/mathfield.less index 58500ec27..c2b3be472 100644 --- a/css/mathfield.less +++ b/css/mathfield.less @@ -60,7 +60,7 @@ flex-flow: row; justify-content: space-between; align-items: flex-end; - min-height: 12px; /* Need some room for the virtual keyboard toggle */ + min-height: 12px; /* Prevent the browser from trying to interpret touch gestures in the field */ /* "Disabling double-tap to zoom removes the need for browsers to @@ -73,7 +73,7 @@ .ML__fieldcontainer__field { display: flex; align-items: center; - align-self: center; + align-self: stretch; /* Always make as tall as parent */ position: relative; overflow: hidden; padding: 2px 0 2px 1px;