Open-Assistant
Open-Assistant copied to clipboard
Try our assistant button
https://github.com/LAION-AI/Open-Assistant/assets/95025816/9c1ec7eb-4eb5-47c2-96a3-1101df12e6d7
Another one too hard to explain with words...
You can click anywhere on the same "axis" should I say? And it'll go into chat.
It's not my first issue nor contribution by the way 😆
It's not my first issue nor contribution by the way 😆
Good first issue means that it would be a good task for a new contributor to try to fix (e.g. because it's relatively small/simple to fix)
Hi, I am just a beginner, but I checked it out and it seems to me that problem is that by default Flex container has property align-items: stretch, which causes the link to spread across the whole "line" as you called it.
It can be fixed by adding align-self: flex-start; to affected a flex item.
E.g. .css-1811skr a { align-self: flex-start; }
I hope it helps to point someone to fix it. I am not experienced enough to fix it myself :)
It's not my first issue nor contribution by the way 😆
Good first issue means that it would be a good task for a new contributor to try to fix (e.g. because it's relatively small/simple to fix)
OOOOH, ok.
I think I found a solution at the end. I will send pull-request in few mins.
EDIT: Nevermind. It wasn't a solution at the end. I will keep this to someone more experienced.
It seems like the glitch still persists...
Seems like it's fixed now.