Skip to content

Commit 44bc848

Browse files
committed
Update class-admin-columns.php
1 parent f503a15 commit 44bc848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/snippets/class-admin-columns.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ public function custom_css() {
156156
?>
157157
<style>
158158
.column-enabled {
159-
width: max-content;
159+
width: 60px;
160160
}
161161
.column-type {
162-
width: max-content;
162+
width: 90px;
163163
}
164164
.column-shortcode {
165165
width: 200px;

0 commit comments

Comments
 (0)