From b1de9f2ef4c59043e46e1f90629b37340a8b7e99 Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Thu, 15 Jul 2021 18:51:48 +0200 Subject: [PATCH] chore: annotation icons align --- .../userAnnotations/annotationMode/annotationMode.style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/atlasComponents/userAnnotations/annotationMode/annotationMode.style.css b/src/atlasComponents/userAnnotations/annotationMode/annotationMode.style.css index 66ea5da79..c525622e4 100644 --- a/src/atlasComponents/userAnnotations/annotationMode/annotationMode.style.css +++ b/src/atlasComponents/userAnnotations/annotationMode/annotationMode.style.css @@ -8,6 +8,6 @@ .tab-toggle { margin: 0.25rem -1rem 0.25rem 0rem; - padding-right: 1rem; - text-align: right; + padding-right: 0; + padding-left: 1.5rem; } \ No newline at end of file -- GitLab