0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed word wrapping bug in Members labs settings

This commit is contained in:
Peter Zimon 2019-11-15 16:11:26 +01:00
parent ee4a61b021
commit a8dadc1a3b
2 changed files with 5 additions and 0 deletions

View file

@ -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;

View file

@ -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;