From e1850281e57cd1c2ceed3373a6a34ffe0b6bebf9 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 6 Feb 2025 21:49:19 +0200 Subject: [PATCH] style(next): tweak (again) the note type dropdown --- src/public/stylesheets/theme-next/ribbon.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/public/stylesheets/theme-next/ribbon.css b/src/public/stylesheets/theme-next/ribbon.css index 3094f3e12..02222c872 100644 --- a/src/public/stylesheets/theme-next/ribbon.css +++ b/src/public/stylesheets/theme-next/ribbon.css @@ -5,8 +5,7 @@ /* Note type dropdown */ div.note-type-dropdown .check { - margin-right: 4px; - font-weight: normal; + margin-right: 6px; } /* Editability dropdown */