From cd6829adde59f252926e49ebe3d9e018c4c16797 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 10 Dec 2019 12:57:59 +0100 Subject: [PATCH] style(pageaction): secondary action list not expanding page width --- templates/widgets/pageaction/pageaction.lucius | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/widgets/pageaction/pageaction.lucius b/templates/widgets/pageaction/pageaction.lucius index 2ff7297f9..8d5372cbc 100644 --- a/templates/widgets/pageaction/pageaction.lucius +++ b/templates/widgets/pageaction/pageaction.lucius @@ -62,7 +62,7 @@ .pagenav-secondary__list { position: absolute; display: none; - left: 0; + right: 0; top: 50px; width: 250px; background-color: white;