mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-25 02:27:50 +01:00
Not clearing can cause some weird bugs.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1916 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
efa798a2af
commit
fedf5da324
@ -215,6 +215,7 @@ textarea, input, select {
|
|||||||
.wrap {
|
.wrap {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
clear: both;
|
||||||
margin: 15px 5%;
|
margin: 15px 5%;
|
||||||
padding: .5em 1em;
|
padding: .5em 1em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user