maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

Refactor FilterAreaActions to have consistent spacing across all browsers #560

Closed solkaz closed 7 years ago

solkaz commented 7 years ago

Description

Sets the justify-content CSS property to space-around to make the spacing for the buttons consistent across all browsers

Motivation and Context

Previously, we were setting the justify-content property to space-evenly, which is supported by Firefox, but not Chrome or Safari, so there would be an inconsistency in how the buttons are placed.

Checklist:

Browsers

Screenshots (if appropriate):

space-evenly:

space-around: