Skip to content

Commit

Permalink
css update select logo
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairraeen committed Mar 18, 2024
1 parent 420b524 commit 906b3a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion css/qsm-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,6 @@ tr .qsm-opt-desc {
}
.qsm-image-input{
margin-right: 5px;
margin-top: 5px;
}
.form-table .send_email .qsm-opt-tr, .form-table .send_email td {
padding-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion php/classes/class-qsm-install.php
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ public function register_default_settings() {
'label' => __( 'Advanced Settings', 'quiz-master-next' ),
'fields' => array(
'result_page_fb_image' => array(
'prefix_text' => '<strong>' . __( 'Set a logo for Facebook sharing', 'quiz-master-next' ) . '</strong>',
'prefix_text' => '<label class="qsm-mb-1"><strong>' . __( 'Set a logo for Facebook sharing', 'quiz-master-next' ) . '</strong></label>',
'type' => 'image',
'default' => QSM_PLUGIN_URL . 'assets/icon-200x200.png',
'button_label' => __( 'Select Logo', 'quiz-master-next' ),
Expand Down

0 comments on commit 906b3a8

Please sign in to comment.