Skip to content

Commit

Permalink
fix: url form input mobile length
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrohani committed May 12, 2024
1 parent 0c5ae32 commit 7660665
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/api-client/src/components/ApiClient/AddressBar.vue
Expand Up @@ -257,6 +257,11 @@ const handleRequestMethodChanged = (requestMethod?: string) => {
max-width: calc(100% - 153px);
margin-right: auto;
}
@media screen and (max-width: 720px) {
.url-form-input {
max-width: calc(100% - 113px);
}
}
.url-form-input :deep(.cm-scroller) {
overflow-y: hidden;
}
Expand Down

0 comments on commit 7660665

Please sign in to comment.