From 4949315344897f4b47f91ae41314be76a59414f5 Mon Sep 17 00:00:00 2001 From: Yahiewi Date: Wed, 5 Aug 2026 14:28:34 +0200 Subject: [PATCH] Align output cells in dashboard layout --- style/base.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style/base.css b/style/base.css index badef84..1238b81 100644 --- a/style/base.css +++ b/style/base.css @@ -68,6 +68,14 @@ flex-grow: 1; } +.specta-cell-output .jp-OutputArea { + padding: var(--jp-cell-padding); + padding-left: calc( + var(--jp-cell-padding) + var(--jp-cell-prompt-width) + + var(--jp-code-padding) + ); +} + #specta-top-panel { min-height: 28px; display: flex;