From 030f6df9bb9e4668dfe87089615edf2b6292cb68 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 23 Mar 2015 14:38:03 -0500 Subject: [PATCH] 'Specify' should not stretch to full page width #82 --- edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit.html b/edit.html index e3628a4b..58c0e282 100644 --- a/edit.html +++ b/edit.html @@ -115,7 +115,7 @@ align-items: center; margin-bottom: 0.4em; } - .applies-to li > * { + .applies-to li > *:not(button) { flex: auto; min-height: 1.7em; margin-left: 0.4em;