From 8ec1a5c76085a3756e5826f8a33aa08f10b51579 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 26 Nov 2025 15:38:26 -0600 Subject: [PATCH] Fix that board button was leaking to the right of columns See: https://app.fizzy.do/5986089/cards/3148 --- app/assets/stylesheets/header.css | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/header.css b/app/assets/stylesheets/header.css index 59d94a0f3..21553e358 100644 --- a/app/assets/stylesheets/header.css +++ b/app/assets/stylesheets/header.css @@ -42,7 +42,6 @@ font-size: var(--text-x-small); gap: var(--header-gap); inline-size: var(--header-actions-width); - min-inline-size: fit-content; } .header__actions--start {