Skip to content
Snippets Groups Projects
Commit e8b7a745 authored by uhensler's avatar uhensler
Browse files

OO-4026: Show buttons in TinyMCE popups on very small devices

parent f322ca66
No related branches found
No related tags found
No related merge requests found
...@@ -299,6 +299,15 @@ i.mce-ico.mce-i-help:before { ...@@ -299,6 +299,15 @@ i.mce-ico.mce-i-help:before {
background-color: $alert-danger-bg; background-color: $alert-danger-bg;
} }
// Show ok / cancel button on very small devices
@media (max-width: 470px) {
.mce-foot {
.mce-container-body.mce-abs-layout {
left: -337px;
}
}
}
/* /*
* Overwrite some class of typehead needed by the flexi table * Overwrite some class of typehead needed by the flexi table
*/ */
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment