Skip to content

Commit

Permalink
chore: fixing send button text wrapping (#3) [bump-version]
Browse files Browse the repository at this point in the history
  • Loading branch information
lbauret authored and jarrodek committed Nov 8, 2019
1 parent a416037 commit 9d0dcb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ApiRequestEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export class ApiRequestEditor extends AmfHelperMixin(EventsTargetMixin(LitElemen
.action-bar {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
margin-top: 8px;
}
Expand All @@ -91,6 +92,10 @@ export class ApiRequestEditor extends AmfHelperMixin(EventsTargetMixin(LitElemen
flex: 1;
}
.send-button {
white-space: nowrap;
}
.section-title {
margin: 0.83em 8px;
letter-spacing: 0.1rem;
Expand Down

0 comments on commit 9d0dcb1

Please sign in to comment.