mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 16:21:26 +01:00
Don't let widget select boxes get cut off by the sidebar in Twenty Ten. props iandstewart, fixes #15114 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3d8ae9d042
commit
2db650cc3b
@ -1094,6 +1094,9 @@ h3#reply-title {
|
||||
list-style: square;
|
||||
margin-left: 1.3em;
|
||||
}
|
||||
.widget-area select {
|
||||
max-width: 100%;
|
||||
}
|
||||
.widget_search #s {/* This keeps the search inputs in line */
|
||||
width: 60%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user