Skip to content

Commit

Permalink
Actually just remove all img CSS from EuiText
Browse files Browse the repository at this point in the history
- why does text CSS even care about images?
  • Loading branch information
cee-chen committed Nov 14, 2023
1 parent 40f94b6 commit 4a077e2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/text/text.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,6 @@ export const euiTextStyles = (euiThemeContext: UseEuiTheme) => {
${euiLinkCSS(euiThemeContext)}
}
img {
display: block;
${logicalCSS('max-width', '100%')}
}
ul {
list-style: disc;
}
Expand Down

0 comments on commit 4a077e2

Please sign in to comment.