Skip to content

Commit

Permalink
About page: Don't allow tab text to wrap.
Browse files Browse the repository at this point in the history
Some language, browser, and OS combinations (notably Arabic, Chrome, and Windows) were wrapping.

see #30743.

Built from https://develop.svn.wordpress.org/trunk@30951


git-svn-id: http://core.svn.wordpress.org/trunk@30939 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
helen committed Dec 17, 2014
1 parent 626af35 commit b25e452
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions wp-admin/css/about-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
font-size: 18px;
vertical-align: top;
border-width: 1px;
white-space: nowrap;
}

/* 1.1 - Typography */
Expand Down
1 change: 1 addition & 0 deletions wp-admin/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
font-size: 18px;
vertical-align: top;
border-width: 1px;
white-space: nowrap;
}

/* 1.1 - Typography */
Expand Down
2 changes: 1 addition & 1 deletion wp-admin/css/wp-admin-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/wp-admin.min.css

Large diffs are not rendered by default.

0 comments on commit b25e452

Please sign in to comment.