Remove max-width for .widefat, see #18198
git-svn-id: https://develop.svn.wordpress.org/trunk@18671 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
22f08b499f
commit
46ace1acb8
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
Block a user