Skip to content

Commit

Permalink
Fix #6626: target button, not help icon
Browse files Browse the repository at this point in the history
  • Loading branch information
avernet committed Nov 13, 2024
1 parent b54dcb4 commit 5c7d873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form-runner/jvm/src/main/assets/xbl/orbeon/grid/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@
// except YUI buttons don't appear right with top margin!

// Try not to allow buttons to go over the width of a cell
.xforms-trigger-appearance-full button {
.xforms-trigger-appearance-full .btn {
max-width: 100%;
word-wrap: break-word;
white-space: break-spaces;
Expand Down

0 comments on commit 5c7d873

Please sign in to comment.