Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Broken suggestion list when using tailwindcss #1046

Closed
StarpTech opened this issue Apr 26, 2020 · 1 comment · Fixed by #1047
Closed

Broken suggestion list when using tailwindcss #1046

StarpTech opened this issue Apr 26, 2020 · 1 comment · Fixed by #1047

Comments

@StarpTech
Copy link
Contributor

Do you want to request a feature or report a bug?

Bug

What is the current behavior?
Screenshot from 2020-04-26 20-13-12

The suggestion text slips to another line.

Tailwind reset svg elements to display:block https://tailwindcss.com/docs/preflight/#images-are-block-level

Solution:

.ap-suggestion-icon svg {
	display: inherit;
}

What is the expected behavior?

The suggestion icon and text are on the same line.

Would you accept a PR?

@JonathanMontane
Copy link
Contributor

@StarpTech Thanks for the detailed bug report! Yes we do accept PRs, feel free to open one!

JonathanMontane pushed a commit that referenced this issue Apr 27, 2020
#1046)

* reset svg display property to avoid tailwind overwrites

* only svg
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants