Skip to content

Commit

Permalink
Fix #3962: editors not to show over the controls
Browse files Browse the repository at this point in the history
  • Loading branch information
avernet committed Feb 26, 2019
1 parent d430ce8 commit e386a0d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -119,10 +119,12 @@ div.orbeon.orbeon-portlet-div {
.fb-control-editor-left {
padding-top: 8px; // Space between icons and the cell border
padding-left: 8px;
padding-right: 0;
}
.fb-control-editor-right {
padding-top: 8px; // Space between icons and the cell border
padding-right: 8px;
padding-left: 0;
}

.fb-control-editor-left {
Expand Down

0 comments on commit e386a0d

Please sign in to comment.