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 {