From badf761bd7cf69e15a8265d4624c563caa64f86a Mon Sep 17 00:00:00 2001 From: Perch2005 <78492631+Perch2005@users.noreply.github.com> Date: Sat, 26 Feb 2022 04:32:54 +0400 Subject: [PATCH] change drift ranges style --- .../index-hbs-cdn-all-in-for-jupyter-notebook.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/whylogs/viewer/templates/index-hbs-cdn-all-in-for-jupyter-notebook.html b/src/whylogs/viewer/templates/index-hbs-cdn-all-in-for-jupyter-notebook.html index d339ac3d6a..4818bafcf0 100644 --- a/src/whylogs/viewer/templates/index-hbs-cdn-all-in-for-jupyter-notebook.html +++ b/src/whylogs/viewer/templates/index-hbs-cdn-all-in-for-jupyter-notebook.html @@ -330,6 +330,10 @@ text-align: center; } + .text-align-end { + text-align: end; + } + .drift-detection { justify-content: space-between; align-items: center; @@ -392,11 +396,10 @@ .drift-detection-info-drifts-item-range { font-family: Arial; font-style: normal; - font-weight: bold; - font-size: 14px; - line-height: 14px; + font-weight: normal; + font-size: 11px; + line-height: 13px; color: #6C757D; - padding-top: 5px; } .drift-detection-search-input {