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
|
@ -164,7 +164,14 @@ div.youtube-embed-wrapper .responsive-view {
|
|||
.note-yellow {
|
||||
background-color: BlanchedAlmond;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Editor styles.
|
||||
*/
|
||||
select.cke_dialog_ui_input_select {
|
||||
line-height: 20px !important;
|
||||
}
|
||||
|
||||
/* Responsive */
|
||||
@media screen and (max-width: 767px) {
|
||||
.wiki p, .wiki li {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue