-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[UI] [UX] Allow app to take width of browser #236
Copy link
Copy link
Closed
Labels
featureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededwipWork in progressWork in progress
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededwipWork in progressWork in progress