Skip to content

Commit 5beaca5

Browse files
chore(DVIZ-61): rename plugin description class to fix wordpress classes conflicts
1 parent 82c795a commit 5beaca5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

wp-theme/inc/magical-plugin-activation/assets/css/admin-plugins.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,12 @@
201201
}
202202

203203
/* Plugin Description */
204-
.plugin-description {
204+
.plugin-desc {
205205
margin-bottom: 25px;
206206
min-height: 60px;
207207
}
208208

209-
.plugin-description p {
209+
.plugin-desc p {
210210
margin: 0;
211211
color: #50575e;
212212
line-height: 1.6;

wp-theme/inc/magical-plugin-activation/class-magical-plugin-activation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ public function render_admin_page() {
552552
<span class="plugin-category"><?php echo esc_html($plugin['category']); ?></span>
553553
</div>
554554

555-
<div class="plugin-description">
555+
<div class="plugin-desc">
556556
<?php if (!empty($plugin['description'])) : ?>
557557
<p><?php echo esc_html($plugin['description']); ?></p>
558558
<?php else : ?>

0 commit comments

Comments
 (0)