Open jorgenherje opened 1 month ago
The button component has alignment issues. It seems to be due to the BaseComponent which is a div.
BaseComponent
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.
className="flex item-center"
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 theBaseComponent
-div in the first button of the two buttons shown below.