diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-05-04 12:12:44 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-04 18:12:44 +0200 |
commit | 2bd132d4581048a96b4d36b5a94e6749c68b8987 (patch) | |
tree | af5934149cf052733441f01078addef067707c37 /app/javascript/styles | |
parent | 91ddd345f2df09089403ca078a4a5987d43ea88b (diff) |
Replace best_in_place editor on admin settings page (#2789)
* Remove best_in_place * Replace best_in_place usage with rails helpers * Move admin/settings#index to #edit action * Remove click_to__edit from i18n
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/forms.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/javascript/styles/forms.scss b/app/javascript/styles/forms.scss index 18258099b..18e8657cd 100644 --- a/app/javascript/styles/forms.scss +++ b/app/javascript/styles/forms.scss @@ -9,6 +9,12 @@ code { margin: 0 auto; } +.admin { + input, textarea { + width: 100%; + } +} + .simple_form { .input { margin-bottom: 15px; |