From 6b558d0b0822910f723c8d355277578d0fa8872d Mon Sep 17 00:00:00 2001 From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr> Date: Wed, 1 Mar 2023 14:50:58 +0100 Subject: [PATCH] Fix height of textfield label --- src/containers/CanvasAnnotations.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/containers/CanvasAnnotations.js b/src/containers/CanvasAnnotations.js index c9ab13454..6f27ab5fe 100644 --- a/src/containers/CanvasAnnotations.js +++ b/src/containers/CanvasAnnotations.js @@ -69,6 +69,10 @@ const styles = theme => ({ marginRight: theme.spacing(0.5), marginTop: theme.spacing(1), }, + endAdornment: { + position: 'absolute', + right: 0, + }, form: { padding: theme.spacing(0, 1, 0, 1), }, -- GitLab