Added in all link bubbles code

This commit is contained in:
Janet Vorobyeva
2023-08-21 16:30:42 -04:00
parent 97a84ce6ee
commit 48a6edae29
3 changed files with 119 additions and 2 deletions

View File

@@ -269,7 +269,7 @@ const updateOnKey = {onInput: true};
// Leave class for tests.
const cssTitleContainer = styled('div', `
flex: 1 1 0px;
flex: 0 1 auto; /* won't grow, starts at size of content, will shrink if needed */
min-width: 0px;
display: flex;
.info_toggle_icon {