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
|
@ -7669,10 +7669,6 @@ a.widget-control-edit {
|
||||||
#col-right{
|
#col-right{
|
||||||
width: 75%;
|
width: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat{
|
|
||||||
max-width: 500px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 860px) {
|
@media only screen and (max-width: 860px) {
|
||||||
|
@ -7699,7 +7695,6 @@ a.widget-control-edit {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
/* categories */
|
/* categories */
|
||||||
#col-left{
|
#col-left{
|
||||||
|
|
Loading…
Reference in New Issue