From 0380b9833128b9f24919a3203a7d79d041d1fa63 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Wed, 17 Oct 2018 21:22:52 +0200 Subject: [PATCH] story-content: Fixed misaligned edit/remove on chapter. --- marko/page/story-content/components/chapter/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marko/page/story-content/components/chapter/style.less b/marko/page/story-content/components/chapter/style.less index 9cb1543..a9dda1c 100644 --- a/marko/page/story-content/components/chapter/style.less +++ b/marko/page/story-content/components/chapter/style.less @@ -16,7 +16,7 @@ position: absolute; text-align: right; width: calc(100% - 35.5ch); - max-width: 75ch; + max-width: 95ch; pointer-events: none;