Skip to content

Commit

Permalink
For #6233: dropdown to use max 50%
Browse files Browse the repository at this point in the history
  • Loading branch information
avernet committed Mar 25, 2024
1 parent 22308a1 commit db0ce96
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

.fr-component-group {
width: 100%;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
display: flex;
.xforms-select1 { width: auto; max-width: 50%; margin-right: 10px }
.xforms-input { width: 100% }
}
}

Expand Down

0 comments on commit db0ce96

Please sign in to comment.