From 97e9c3efac1ffb602eb64e62097c8e9a6f424d20 Mon Sep 17 00:00:00 2001 From: Nicolas Camera <nico_camera98@hotmail.com> Date: Sat, 25 Feb 2023 23:47:49 -0300 Subject: [PATCH] Mejorar posicionamiento de texto del graficador 2D --- Frontend Angular 4/src/styles/_responsive.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Frontend Angular 4/src/styles/_responsive.scss b/Frontend Angular 4/src/styles/_responsive.scss index 009b666..683f012 100755 --- a/Frontend Angular 4/src/styles/_responsive.scss +++ b/Frontend Angular 4/src/styles/_responsive.scss @@ -168,3 +168,8 @@ text { padding-left: 0px !important; } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +// Mejorar el posicionamiento del texto al graficar una función de R -> R +.top-right-legend { + transform: translateY(3px); +} -- GitLab