Skip to content

Commit

Permalink
For #6635: Form Builder temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Nov 20, 2024
1 parent 7b8badb commit ad1d42b
Showing 1 changed file with 13 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,6 @@ body.orbeon {

.fb-dialog-form-settings-fields {


div.fb-template-cards-container {
overflow-y: scroll;
padding: 5px; // so that selection outline/shadow is not clipped
Expand Down Expand Up @@ -798,19 +797,6 @@ body.orbeon {
}
}

.popover.xforms-help-popover {
// Override `white-space: pre-wrap` which we set by default following
// https://github.com/orbeon/orbeon-forms/issues/1618. That works for
// plain text, but here we want HTML content and we want regular white-space.
// We need a better solution!
.popover-content {
white-space: normal;
}

// Make popover a bit narrower so it fits in the dialog
max-width: 350px;
}

div[class ^= "fb-settings-mode-"] {
display: grid;
min-height: 0;
Expand Down Expand Up @@ -1963,6 +1949,19 @@ body.orbeon {
kbd {
background-color: #ddd;
}

.popover.xforms-help-popover {
// Override `white-space: pre-wrap` which we set by default following
// https://github.com/orbeon/orbeon-forms/issues/1618. That works for
// plain text, but here we want HTML content and we want regular white-space.
// We need a better solution!
.popover-content {
white-space: normal;
}

// Make popover a bit narrower so it fits in the dialog
max-width: 350px;
}
}

// ***** Other media ***************************************************************************************************
Expand Down

0 comments on commit ad1d42b

Please sign in to comment.