Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(atomic): fix ipx button without label (#4318)
[SVCC-3483](https://coveord.atlassian.net/browse/SVCC-3483) **Problem**: Button `x` is misaligned, This is due to the fact that we have a margin regarding the label. However the label could be undefined, in this case we have that extra margin. **Before** : ![Screenshot 2024-08-26 at 2 25 30 PM](https://github.com/user-attachments/assets/054ee38b-c45a-4934-a453-18a410795503) **After**: ![Screenshot 2024-08-26 at 2 26 00 PM](https://github.com/user-attachments/assets/84a53ab3-d263-4831-b38d-1848d51b5887) **With label (Same as before)** ![Screenshot 2024-08-26 at 2 26 38 PM](https://github.com/user-attachments/assets/d436a5e4-3093-469b-a5eb-98dacb5c7c1a) [SVCC-3483]: https://coveord.atlassian.net/browse/SVCC-3483?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ Co-authored-by: Louis Bompart <lbompart@coveo.com>
- Loading branch information