From 38114bddb928acfa3c14bbccdd9136a3f40607e5 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 3 Jul 2025 21:36:37 +0300 Subject: [PATCH] style(next)/ribbon/file & image properties: tweak the vertical alignment of properties --- apps/client/src/stylesheets/theme-next/ribbon.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/ribbon.css b/apps/client/src/stylesheets/theme-next/ribbon.css index e21984a76..efc1952fe 100644 --- a/apps/client/src/stylesheets/theme-next/ribbon.css +++ b/apps/client/src/stylesheets/theme-next/ribbon.css @@ -46,6 +46,12 @@ div.promoted-attributes-container { .image-properties > div:first-child > span > strong { opacity: 0.65; font-weight: 500; + vertical-align: top; +} + +.note-info-widget-table td, +.file-properties-widget .file-table td { + vertical-align: top; } .file-properties-widget {