Administration: Prevent cards on the Tools page from overflowing on small screens.

Props anischarolia, mukesh27.
Fixes #46972.

git-svn-id: https://develop.svn.wordpress.org/trunk@45296 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2019-05-09 14:55:18 +00:00
parent 3607546bad
commit a72dd388f5
1 changed files with 1 additions and 0 deletions

View File

@ -801,6 +801,7 @@ table.form-table td .updated p {
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
background: #fff;
box-sizing: border-box;
}
/* Press this styles */