Skip to content

[UI] [UX] Allow app to take width of browser #236

@sheecegardezi

Description

@sheecegardezi

Is your feature request related to a problem? Please describe.

I want to see the complete strings for Path and URL under the Response section. Even if I increase the size of the browser the app keeps a fixed width.

Describe the solution you'd like

In file default.vue
.......
header,
#main,
footer {
margin: 0 auto;
max-width: 1200px;
}
.....
I want an option to unset max-width property.

Alternative solutions or features you've considered.
Commented out this property

Metadata

Metadata

Labels

featureNew feature or requesthelp wantedExtra attention is neededwipWork in progress

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions