mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
Add max width to tooltip
This commit is contained in:
parent
340e395c00
commit
842a6db695
1 changed files with 5 additions and 0 deletions
|
@ -129,3 +129,8 @@ abbr[title] {
|
|||
.flex-end {
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.usa-tooltip__body {
|
||||
max-width: 320px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue