Add max width to tooltip

This commit is contained in:
zandercymatics 2024-01-31 13:31:54 -07:00
parent 340e395c00
commit 842a6db695
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -129,3 +129,8 @@ abbr[title] {
.flex-end {
align-items: flex-end;
}
.usa-tooltip__body {
max-width: 320px;
white-space: normal;
}