don't do big styling on frames with the has-media class [ci skip]

This commit is contained in:
danielgrippi 2012-05-24 11:04:12 -07:00
parent a5f023354a
commit fd6a858f83

View file

@ -271,7 +271,7 @@ color: white;
}
}
&.editable,
&.editable:not(.has-media),
&.big-text {
.text-content {
display : table;
@ -290,7 +290,7 @@ color: white;
}
}
&.editable p {
&.editable:not(.has-media) p {
min-width : 225px;
min-height : 225px;
}