Se corrige alineación del texto en los combos de selección de CKEditor

This commit is contained in:
Manuel Cillero 2018-02-25 21:08:29 +01:00
parent dd217f8b63
commit 9f0a77f7ca

View file

@ -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 {