Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fixed word wrapping bug in Members labs settings
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzimon committed Nov 15, 2019
1 parent a50cc0d commit 9fe6baf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/styles/layouts/labs.css
Expand Up @@ -117,6 +117,10 @@
margin-right: 12px;
}

.gh-labs-mailgun-region .ember-power-select-trigger {
white-space: nowrap;
}

.gh-labs-mailgun-region .ember-power-select-trigger svg {
margin-left: 23px;
width: 10px;
Expand Down
1 change: 1 addition & 0 deletions app/styles/patterns/forms.css
Expand Up @@ -552,6 +552,7 @@ textarea {
border-radius: var(--border-radius);
word-wrap: none;
border-left: none;
white-space: nowrap;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
flex: 1;
Expand Down

0 comments on commit 9fe6baf

Please sign in to comment.