Skip to content

Commit

Permalink
css and translation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ishwar-singh-solanki committed Jul 26, 2024
1 parent b10957d commit 4204c34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion edwiser-bridge/admin/assets/css/eb-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -2383,8 +2383,12 @@ input:checked + .eb-pro-checkbox-slider:before {
}

.eb-enroll-form-field-course .select2-container .select2-selection {
height: 60px;
height: 150px;
overflow-y: scroll;
padding: 5px 10px;
}
.eb-enroll-form-field-course .select2-container .select2-selection__choice {
margin-left: 1px;
}


Expand Down
2 changes: 1 addition & 1 deletion edwiser-bridge/includes/class-eb-manage-enrollment.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public function out_put() {
<!-- Display the proccessing popup end. -->

<h1 class="eb-heading-inline"><?php echo esc_html( get_admin_page_title() ); ?></h1>
<span id="eb-create-new-enrollment" class="eb-page-title-action">Enroll New Student</span>
<span id="eb-create-new-enrollment" class="eb-page-title-action"><?php esc_html_e( 'Enroll New Student', 'edwiser-bridge' ); ?></span>

<?php
global $wpdb;
Expand Down

0 comments on commit 4204c34

Please sign in to comment.