don't do big styling on frames with the has-media class [ci skip]
This commit is contained in:
parent
a5f023354a
commit
fd6a858f83
1 changed files with 2 additions and 2 deletions
|
|
@ -271,7 +271,7 @@ color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.editable,
|
&.editable:not(.has-media),
|
||||||
&.big-text {
|
&.big-text {
|
||||||
.text-content {
|
.text-content {
|
||||||
display : table;
|
display : table;
|
||||||
|
|
@ -290,7 +290,7 @@ color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.editable p {
|
&.editable:not(.has-media) p {
|
||||||
min-width : 225px;
|
min-width : 225px;
|
||||||
min-height : 225px;
|
min-height : 225px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue