mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-09 04:19:22 +00:00
TRA-4513_grpc heading overlap request size (#1075)
* screen resolution changes * fix window width to not overlap between headlines
This commit is contained in:
parent
e24c18254c
commit
ac53508ad7
@ -14,11 +14,11 @@ export function useRequestTextByWidth(windowWidth){
|
|||||||
let responseText = "Response: "
|
let responseText = "Response: "
|
||||||
let elapsedTimeText = "Elapsed Time: "
|
let elapsedTimeText = "Elapsed Time: "
|
||||||
|
|
||||||
if (windowWidth < 1078) {
|
if (windowWidth < 1436) {
|
||||||
requestText = ""
|
requestText = ""
|
||||||
responseText = ""
|
responseText = ""
|
||||||
elapsedTimeText = ""
|
elapsedTimeText = ""
|
||||||
} else if (windowWidth < 1356) {
|
} else if (windowWidth < 1700) {
|
||||||
requestText = "Req: "
|
requestText = "Req: "
|
||||||
responseText = "Res: "
|
responseText = "Res: "
|
||||||
elapsedTimeText = "ET: "
|
elapsedTimeText = "ET: "
|
||||||
|
Loading…
Reference in New Issue
Block a user