harmsk / atom-html-preview

Atom HTML Live Preview Package
MIT License
174 stars 73 forks source link

Flexbox Gap Styling Not Displaying #236

Open LeAnne-Zafar opened 2 years ago

LeAnne-Zafar commented 2 years ago

The flexbox gap property doesn't seem to be applied on Atom's Preview HTML. Although I have a gap space specified on the flex container, the space doesn't appear between flex items on the Preview HTML display. I double checked on other code editors and the gap appears on their preview platforms, so I don't think it's being caused by a coding issue. I'm curious if this is a Preview HTML bug or if there's another Atom issue that could be causing this.

yu810416 commented 2 years ago

The flexbox gap property doesn't seem to be applied on Atom's Preview HTML. Although I have a gap space specified on the flex container, the space doesn't appear between flex items on the Preview HTML display. I double checked on other code editors and the gap appears on their preview platforms, so I don't think it's being caused by a coding issue. I'm curious if this is a Preview HTML bug or if there's another Atom issue that could be causing this.

https://github.com/harmsk/atom-html-preview/issues/236#issue-1073855222

JeffersonAlves7 commented 2 years ago

The flexbox gap property doesn't seem to be applied on Atom's Preview HTML. Although I have a gap space specified on the flex container, the space doesn't appear between flex items on the Preview HTML display. I double checked on other code editors and the gap appears on their preview platforms, so I don't think it's being caused by a coding issue. I'm curious if this is a Preview HTML bug or if there's another Atom issue that could be causing this.