Skip to content

Commit 080c915

Browse files
committed
Adjust tab width in global setting modal
1 parent 517be5d commit 080c915

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

flexible-table-block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Easily create flexible configuration tables.
55
* Requires at least: 5.9
66
* Requires PHP: 7.3
7-
* Version: 2.9.0
7+
* Version: 2.9.1
88
* Author: Aki Hamano
99
* Author URI: https://github.com/t-hamano
1010
* License: GPL2 or later

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: gutenberg, block, table
44
Donate link: https://www.paypal.me/thamanoJP
55
Requires at least: 5.9
66
Tested up to: 6.2
7-
Stable tag: 2.9.0
7+
Stable tag: 2.9.1
88
Requires PHP: 7.3
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -42,6 +42,9 @@ The breakpoints for switching between Desktop and mobile can be changed freely.
4242

4343
== Changelog ==
4444

45+
= 2.9.1 =
46+
* Enhancement: Adjust tab width in global setting modal
47+
4548
= 2.9.0 =
4649
* Tested to WordPress 6.2
4750
* Enhancement: Redesign global setting modal

src/editor.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@
709709
top: 84px;
710710
left: 16px;
711711
flex-flow: column;
712-
width: 160px;
712+
width: 170px;
713713

714714
@media screen and (max-width: 782px) {
715715
position: static;
@@ -719,6 +719,7 @@
719719
}
720720

721721
.components-tab-panel__tabs-item {
722+
text-align: left;
722723

723724
&:focus {
724725
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
@@ -740,7 +741,7 @@
740741

741742
.components-tab-panel__tab-content {
742743
padding-left: 24px;
743-
margin-left: 160px;
744+
margin-left: 170px;
744745

745746
@media screen and (max-width: 782px) {
746747
padding-left: 0;

0 commit comments

Comments
 (0)