Skip to content

Commit

Permalink
fix the height of input and dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tiz170 committed Nov 6, 2022
1 parent 5935d79 commit 2f10fd4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@
background-color: #f2f2f2;
cursor: not-allowed;
width: 100%;
height: 28px;
}

// form controls > Selection Controls
Expand All @@ -254,6 +253,10 @@
padding: 0 4px 0 !important;
}

#fr-view-component≡selection-controls-section≡grid-5-grid≡static-dropdown-control≡select1≡≡c, #fr-view-component≡selection-controls-section≡grid-5-grid≡dynamic-data-dropdown-control≡select1≡≡c {
height: 28px;
}

// form controls > Image and File Attachments
.xforms-update-full {
img {
Expand Down

0 comments on commit 2f10fd4

Please sign in to comment.