format date picker helper text width to match the date widget itself … (#330)
* format date picker helper text width to match the date widget itself w/ burnettk * not sure we need xdoctest --------- Co-authored-by: jasquat <jasquat@users.noreply.github.com> Co-authored-by: burnettk <burnettk@users.noreply.github.com>
This commit is contained in:
parent
5652f3981b
commit
9b9ec335b3
|
@ -67,7 +67,7 @@ jobs:
|
|||
session: "typeguard",
|
||||
database: "sqlite",
|
||||
}
|
||||
- { python: "3.11", os: "ubuntu-latest", session: "xdoctest" }
|
||||
# - { python: "3.11", os: "ubuntu-latest", session: "xdoctest" }
|
||||
# - { python: "3.11", os: "ubuntu-latest", session: "docs-build" }
|
||||
|
||||
env:
|
||||
|
|
|
@ -463,7 +463,14 @@ svg.notification-icon {
|
|||
max-width: 10rem;
|
||||
min-width: 5rem;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
/* make this the same width as the carbon datePickerItem element
|
||||
* so the calendar icon stays on the input box.
|
||||
* CLASS: cds--date-picker-input__wrapper
|
||||
*/
|
||||
.cds--date-picker-container .cds--form__helper-text {
|
||||
width: 18rem;
|
||||
}
|
||||
|
||||
/* lime green */
|
||||
|
|
Loading…
Reference in New Issue