174
Views
2
Comments
[OutSystems UI] Button group is not well aligned
Question
outsystems-ui
Reactive icon
Forge asset by OutSystems

On our environment, the buttongroup is not well aligned. When i use a buttongroup, the button gets the width of the text instead of aligned in the buttongroup.

On my personal environment, it is working well.

In my company environment

Both environments are using latest version of MobilePatterns.

Difference that we discovered is that the personal environment is using OutSystemsReactWidgets.css. en the company environment isn't.

Do we have missing dependencies?

2022-11-12 11-28-30
Gonçalo Martins
Staff

Hi Matthias.

Did you check if you're using the same version and also if there's no CSS class overriding the links?

I just tested on my personal environment and it also worked well.

Cheers,

GM

2024-12-17 14-32-59
Matthias Preuter
 
MVP

No, there is no problem with overriding, it looks like there is an error in the OutSystemsReactWidgets.css.

In the css there is a comment line '//hubedition: ignore-unversioned-urls' but, this isn't a valid comment in css, so the css class after this 'comment' is ignored.

Work-a-round: Added the ignored class to my own css, and it is working properly for now.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.