RobArbor

Results 8 comments of RobArbor

It's an issue with flexbox and IE. got a workaround using the following CCS `.snotifyToast__inner { align-items: inherit; } ` seems to fix it not sure if it breaks something...

same problem, any work around without installing ```@angular/material```, It kinda bloats up my project.

I'm currently using the bootstrap framework 4 module because clarity is based on bootstrap. With some simple css tweaks i can make it workable. But they have plans to change...

Just follow the instructions of https://vmware.github.io/clarity/documentation/v0.12/get-started. Like i said it will function only the layout is messed up but you can easily fix this with some custom CSS Note that...

@viktor25 getting the following error when using your solution: ```widget type "string" not found in library. Replacing with "text".``` btw i'm using the Bootstrap4 framework. looks like the ```WidgetLibraryService``` isn't...

:sweat_smile: my bad was using ```useClass: Bootstrap4FrameworkModule```, should have used ```useClass: Bootstrap4Framework``` the workaround now works for me.