Fix font-weight css property value
[MAILPOET-2592]
This commit is contained in:
committed by
Rostislav Wolný
parent
8914304bff
commit
03e8dd860c
@@ -99,7 +99,7 @@ EOL;
|
|||||||
public function getDefaultStyles() {
|
public function getDefaultStyles() {
|
||||||
if ($this->features_controller->isSupported(FeaturesController::NEW_FORM_EDITOR)) {
|
if ($this->features_controller->isSupported(FeaturesController::NEW_FORM_EDITOR)) {
|
||||||
$text_input_width = 'width: 100%;';
|
$text_input_width = 'width: 100%;';
|
||||||
$label_font_weight = 'font-weight: regular;';
|
$label_font_weight = 'font-weight: normal;';
|
||||||
} else {
|
} else {
|
||||||
$text_input_width = 'width: 200px;';
|
$text_input_width = 'width: 200px;';
|
||||||
$label_font_weight = 'font-weight: bold;';
|
$label_font_weight = 'font-weight: bold;';
|
||||||
|
Reference in New Issue
Block a user