Skip to content

Commit

Permalink
minor changes to input label and checkbox styles
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeg-jaspersoft committed Nov 5, 2024
1 parent 263f936 commit 9513b74
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/jv-ui-components/scss/material-ui/_material-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1794,8 +1794,13 @@ p[class$="-MuiTablePagination-displayedRows"] {
font-family: $font-family-primary;
font-size: 13px;
letter-spacing: normal; /* v5.0 upgrade */
line-height: 18px;
max-width: unset;
min-height: 22px;
white-space: normal;
overflow: hidden;
padding-top: 1px;
padding-bottom: 3px;
text-overflow: clip;
}

.jv-mInputRequired.mui .jv-mInput-label.mui:after {
Expand Down Expand Up @@ -2671,6 +2676,8 @@ textarea[readonly].jv-mInput-text.mui {
/* 11m. Checkbox & Radio Inputs */
/* ----------------------------- */
.jv-mInputCheckbox.mui {
display: flex;
flex-direction: column;
margin-bottom: 16px;
}

Expand Down

0 comments on commit 9513b74

Please sign in to comment.