Results 4 comments of trungbui2000

A workaround for people using SSR would be to import the library on the client side. I was able to get this to work with something like ```tsx export default...

Okay so I found the cause. For some reason Brave decides to have `div` tag be of `display: block` property. As shown below This messes up with the `flex` CSS...

Actually, I am re-opening this because adding the `flex` display property allows the clues to appear side-by-side with the grid now. However, the `columnBreakpoint` is still unresponsive to the screen...

It turns out the formatting of `alllowed-tools` is wrong. It should be ``` allowed-tools: Bash(acli:*), Bash(curl:*), ``` without the square brackets and double quotation marks.