diff --git a/admin/survey/classes/class.NewSurvey.php b/admin/survey/classes/class.NewSurvey.php index 7dbf80d3b..1fa32ff20 100644 --- a/admin/survey/classes/class.NewSurvey.php +++ b/admin/survey/classes/class.NewSurvey.php @@ -849,7 +849,7 @@ class NewSurvey{ // Dodamo se textbox na zadnjo vrstico ce je potrebno $text = preg_replace( '/([^<>]+<\/span>)\Z/', - '$1
', + '$1
', $text ); // Dodamo se textbox na prvo vrstico ce je potrebno diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 6f2b25f82..c245b394c 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -14293,7 +14293,7 @@ and open the template in the editor. margin-right: 32px; } #new_anketa_div .layout_right_item .anketa_from_text .from_text_sidebyside_holder #input_field_holder #input_field textarea { - width: 469px; + width: 519px; height: 509px; box-sizing: border-box; border-color: #E5E5E5; @@ -14311,7 +14311,7 @@ and open the template in the editor. flex-shrink: 0; } #new_anketa_div .layout_right_item .anketa_from_text .from_text_sidebyside_holder #preview_field_holder #preview_field { - width: 469px; + width: 519px; height: 509px; box-sizing: border-box; overflow: auto; diff --git a/resources/sass/admin_new/pages/new_survey_page/right_content.scss b/resources/sass/admin_new/pages/new_survey_page/right_content.scss index 24de68706..732049983 100644 --- a/resources/sass/admin_new/pages/new_survey_page/right_content.scss +++ b/resources/sass/admin_new/pages/new_survey_page/right_content.scss @@ -452,7 +452,7 @@ $skin_selector: $red; margin-right: 32px; textarea{ - width: 469px; + width: 519px; height: 509px; box-sizing: border-box; @@ -475,7 +475,7 @@ $skin_selector: $red; flex-shrink: 0; #preview_field{ - width: 469px; + width: 519px; height: 509px; box-sizing: border-box; overflow: auto;