-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work around fomantic 2.8.5 bugs #11767
Conversation
The slight change in icon alignment is caused by fomantic/Fomantic-UI@c9e768d |
Any related Fomantic issues for these? Maybe fomantic/Fomantic-UI#1502? |
Yes that's the one for dropdown, as for icon vertical align, not sure it can be considered bug on Fomantic end aside from the fact that change was introduced in patch release. For icon alignment looks like just a change on FA side, most likely they won't consider it as bug either. |
Holy! 👀 We'll look into and will fix the dropdown issue asap! (although the Regarding the icon issue, i cannot reproduce the drastical icon alignment difference as shown in your screenshots of gitea I prepared 2 little jsfiddles out of the relevant gitea template code for the merge button and the underlying out-of-date info I also see a slight difference in vertical positioning, but not as much as in your code. Am i missing some additional gitea class here? We will investigate, if we will revert the icon vertical align change . 2.8.4 OK2.8.5 Around 2px differencehttps://jsfiddle.net/usfh3tpw/1/ Gitea Screenhots (around 16px difference) |
We fixed the icon alignment by fomantic/Fomantic-UI#1503 |
@lubber-de The exclamation mark in your fiddle uses standard icon, but we use 2.8.4: https://jsfiddle.net/uzkmheLo/ |
make lg-tm work |
Fomantic-UI 2.8.6 has just been released which should fix the issues in the core now. |
Thanks! @CirnoT would you like to attempt this upgrade, removing workarounds where possible? |
Work around fomantic 2.8.5 bugs Closes go-gitea#11759 Related fomantic/Fomantic-UI#1372 and fomantic/Fomantic-UI#1473
Closes #11759
fomantic/Fomantic-UI#1372 and fomantic/Fomantic-UI#1473
Before:
After: