Skip to content

Commit

Permalink
Fix: Text overflowing on feedback and access token tabs (#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
Onokaev authored Feb 1, 2022
1 parent 99aed2a commit 72be5be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/views/query-runner/request/request.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
.query-request {
overflow: hidden;

.pivot-request *[data-content='Got feedback? xx'] {
float: right !important;
@media screen and (min-width: 1320px){
.pivot-request *[data-content='Got feedback? xx'] {
float: right !important;
}
}
}

0 comments on commit 72be5be

Please sign in to comment.