Se corrige alineación del texto en los combos de selección de CKEditor
This commit is contained in:
parent
dd217f8b63
commit
9f0a77f7ca
1 changed files with 8 additions and 1 deletions
|
@ -165,6 +165,13 @@ div.youtube-embed-wrapper .responsive-view {
|
||||||
background-color: BlanchedAlmond;
|
background-color: BlanchedAlmond;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Editor styles.
|
||||||
|
*/
|
||||||
|
select.cke_dialog_ui_input_select {
|
||||||
|
line-height: 20px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Responsive */
|
/* Responsive */
|
||||||
@media screen and (max-width: 767px) {
|
@media screen and (max-width: 767px) {
|
||||||
.wiki p, .wiki li {
|
.wiki p, .wiki li {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue