From 88d8a1b8b1553d55ad1e5f1c6eb4f556325d00e6 Mon Sep 17 00:00:00 2001 From: Cory Francis Myers Date: Tue, 7 Sep 2021 17:57:50 -0700 Subject: [PATCH] sets minimum and maximum widths for .danger buttons to try to keep them to two lines Fixes #6083. --- securedrop/sass/source.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/securedrop/sass/source.sass b/securedrop/sass/source.sass index cdd6fa704d..5fa94ed09b 100644 --- a/securedrop/sass/source.sass +++ b/securedrop/sass/source.sass @@ -124,7 +124,8 @@ p#codename .danger display: inline-block - width: 30% + min-width: 30% + max-width: 50% .cancel display: inline-block