Remove max-width for .widefat, see #18198
git-svn-id: http://svn.automattic.com/wordpress/trunk@18671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c032d9a1ed
commit
05a76c78f4
File diff suppressed because one or more lines are too long
|
@ -7668,10 +7668,6 @@ a.widget-control-edit {
|
|||
|
||||
#col-right{
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.widefat{
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -7684,7 +7680,7 @@ a.widget-control-edit {
|
|||
|
||||
#col-right{
|
||||
width: 75%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 980px) {
|
||||
|
@ -7696,10 +7692,9 @@ a.widget-control-edit {
|
|||
|
||||
#col-right{
|
||||
width: 75%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
/* categories */
|
||||
#col-left{
|
||||
|
@ -7708,7 +7703,7 @@ a.widget-control-edit {
|
|||
|
||||
#col-right{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.form-field input, .form-field textarea{
|
||||
width: 99%;
|
||||
|
|
Loading…
Reference in New Issue