From b3386c89c42aae8fa8ce52281ec794947ec79aa7 Mon Sep 17 00:00:00 2001 From: leandro-costa Date: Thu, 15 Aug 2024 09:45:55 -0300 Subject: [PATCH] Align summary to the right when details are in nav-right --- src/_dropdown.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/_dropdown.css b/src/_dropdown.css index 05c6e80..e16d554 100644 --- a/src/_dropdown.css +++ b/src/_dropdown.css @@ -8,3 +8,8 @@ details.dropdown > :last-child { left: 0; white-space: nowrap; } + +.nav-right>details.dropdown>:last-child { + right: 0; + left: auto; +}