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() {
|
||||
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;';
|
||||
|
Reference in New Issue
Block a user