[PR #3030] [MERGED] Fix issue with disappearing tab when opening request tabs with long text in body/script #4191

Closed
opened 2026-03-17 01:45:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3030
Author: @anwarulislam
Created: 5/3/2023
Status: Merged
Merged: 5/8/2023
Merged by: @AndrewBastin

Base: release/2023.4.2Head: fix/2994-long-text-issue


📝 Commits (3)

  • 81a204f fix: long text overflow issue
  • 57fe9fe fix: css issue for codemirror while having long text in it
  • 10a26d1 fix: revert text overflow issue

📊 Changes

2 files changed (+4 additions, -5 deletions)

View changed files

📝 packages/hoppscotch-common/assets/scss/styles.scss (+0 -4)
📝 packages/hoppscotch-common/src/layouts/default.vue (+4 -1)

📄 Description

Closes #2994

Description

Fixed the disappearing request issue when opening tabs for requests with long text by adding the CSS class
.flex{ min-width: 0; }.
The fix ensures that the request remains visible and accessible by modifying the layout and styling of the request tabs.

  • Not Completed
  • Completed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/3030 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 5/3/2023 **Status:** ✅ Merged **Merged:** 5/8/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.4.2` ← **Head:** `fix/2994-long-text-issue` --- ### 📝 Commits (3) - [`81a204f`](https://github.com/hoppscotch/hoppscotch/commit/81a204fcca0debe447141f39b0f3f3ed7bef491a) fix: long text overflow issue - [`57fe9fe`](https://github.com/hoppscotch/hoppscotch/commit/57fe9fec37373dd65c5ac2f2c2c91165050ab53c) fix: css issue for codemirror while having long text in it - [`10a26d1`](https://github.com/hoppscotch/hoppscotch/commit/10a26d1135046f5dc10401ebdae106bcb28913c6) fix: revert text overflow issue ### 📊 Changes **2 files changed** (+4 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/assets/scss/styles.scss` (+0 -4) 📝 `packages/hoppscotch-common/src/layouts/default.vue` (+4 -1) </details> ### 📄 Description Closes #2994 ### Description <!-- Add a brief description of the pull request --> Fixed the disappearing request issue when opening tabs for requests with long text by adding the CSS class `.flex{ min-width: 0; }`. The fix ensures that the request remains visible and accessible by modifying the layout and styling of the request tabs. - [ ] Not Completed - [x] Completed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:45:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4191
No description provided.