mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-12 16:44:34 +00:00
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:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user