fix: ovelapping Authorize and Fetch Tool buttons on MCP servers page#2713
Merged
crivetimihai merged 2 commits intomainfrom Feb 6, 2026
Merged
fix: ovelapping Authorize and Fetch Tool buttons on MCP servers page#2713crivetimihai merged 2 commits intomainfrom
crivetimihai merged 2 commits intomainfrom
Conversation
b9c365f to
bc947af
Compare
7 tasks
Signed-off-by: Marek Dano <mk.dano@gmail.com>
Signed-off-by: Marek Dano <mk.dano@gmail.com>
bc947af to
e400128
Compare
crivetimihai
approved these changes
Feb 6, 2026
kcostell06
pushed a commit
to kcostell06/mcp-context-forge
that referenced
this pull request
Feb 24, 2026
…BM#2713) * fix: ovelapping Authorize and Fetch Tool buttons on MCP servers page Signed-off-by: Marek Dano <mk.dano@gmail.com> * fix: center the header text Actions in the MCP Servers Gateways table Signed-off-by: Marek Dano <mk.dano@gmail.com> --------- Signed-off-by: Marek Dano <mk.dano@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

🐛 Bug-fix PR
Closes #2681
📌 Summary
Before, the buttons of
AuthorizeandFetch Tooloverlapped each other in one row. Now they are displayed in a separate row.🔁 Reproduction Steps
Add Serverbutton in AsanaShow Inactivecheckbox and observe that the buttons are not overlapped🐞 Root Cause
The buttons of
AuthorizeandFetch Tooloverlap each other. They were in one line, and there was not enough space for two of them.💡 Fix Description
Now we display each button in a separate row instead of both in a single row.
🧪 Verification
make lintmake testmake coverage📐 MCP Compliance (if relevant)
✅ Checklist
make black isort pre-commit)