equinor / webviz

Mozilla Public License 2.0
6 stars 7 forks source link

Alignment issue for Button-component #742

Open jorgenherje opened 1 week ago

jorgenherje commented 1 week ago

The button component has alignment issues. It seems to be due to the BaseComponent which is a div.

The div does not align correctly, e.g.:

Tested adding className="flex item-center" for the BaseComponent-div in the first button of the two buttons shown below. image