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:
jasquat 2023-06-13 10:46:26 -04:00 committed by GitHub
parent 5652f3981b
commit 9b9ec335b3
2 changed files with 8 additions and 1 deletions

View File

@ -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:

View File

@ -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 */