Fix font-weight css property value

[MAILPOET-2592]
This commit is contained in:
Rostislav Wolny
2020-01-07 13:54:24 +01:00
committed by Rostislav Wolný
parent 8914304bff
commit 03e8dd860c

View File

@@ -99,7 +99,7 @@ EOL;
public function getDefaultStyles() {
if ($this->features_controller->isSupported(FeaturesController::NEW_FORM_EDITOR)) {
$text_input_width = 'width: 100%;';
$label_font_weight = 'font-weight: regular;';
$label_font_weight = 'font-weight: normal;';
} else {
$text_input_width = 'width: 200px;';
$label_font_weight = 'font-weight: bold;';