From 21014c5013fcb6c0fc32b6e3d3e759f9a2a5a83d Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 7 Nov 2018 16:46:55 -0600 Subject: [PATCH] Remove unwanted style for "email setting description" field not sure why that was in there, but it broke some other pages sure enough. will have to revisit whenever i see the "problem" on email settings page again --- tailbone/static/css/forms.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tailbone/static/css/forms.css b/tailbone/static/css/forms.css index dc85c46b..92983d9e 100644 --- a/tailbone/static/css/forms.css +++ b/tailbone/static/css/forms.css @@ -132,14 +132,3 @@ div.buttons { clear: both; margin: 10px 0px; } - - -/****************************** - * Email Profile forms - ******************************/ - -.field-wrapper.description .field { - /* NOTE: This was added specifically for email settings (description), who - knows what else it breaks...hopefully nothing. */ - width: 800px; -}