Skip to content

Commit 5508f68

Browse files
committed
Fix the horizontal scrolling issue for theme file editor
1 parent bf4c174 commit 5508f68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-admin/css/common.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4129,7 +4129,7 @@ img {
41294129

41304130
#templateside li:not(.howto) a {
41314131
display: block;
4132-
padding: 5px;
4132+
padding: 5px 0 5px 5px;
41334133
}
41344134
#templateside li.howto {
41354135
padding: 12px;
@@ -4180,7 +4180,7 @@ img {
41804180
}
41814181
.wrap #templateside span.notice {
41824182
margin-left: -5px;
4183-
width: 100%;
4183+
width: auto;
41844184
}
41854185

41864186
.fileedit-sub .alignright {

0 commit comments

Comments
 (0)