Skip to content

Commit

Permalink
Merge hotfix wp-689 to main (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
chandra-tacc authored Sep 18, 2024
1 parent 341cffa commit 6dd9977
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 186 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,15 @@ input[id^="threshold-requested"]::-webkit-outer-spin-button
-moz-appearance:textfield;
}

[id^="required_threshold"] {
background-color: #e9ecef;
color: #6c757d;
border-color: #ced4da;
cursor: not-allowed;
}

/* Field Sizes */
[id^="threshold-requested"], [id^="expiration-date"] {
[id^="threshold-requested"], [id^="expiration-date"], [id^="required_threshold"] {
min-width: 15ch;
}
/* To make sure sup values are not cut off when set as a label*/
Expand All @@ -35,4 +42,4 @@ label[name^="date-row"] {
column-gap: var(--global-space--grid-gap);
grid-template-columns: repeat(auto-fill, var(--max-col-width));
max-width: calc(var(--global-space--grid-gap) + var(--max-col-width) * 2);
}
}
Loading

0 comments on commit 6dd9977

Please sign in to comment.