Skip to content

Commit

Permalink
fix(picker-customers): endpoint readability
Browse files Browse the repository at this point in the history
The endpoint was not readable on mobile (320 width)
  • Loading branch information
realappie committed Apr 11, 2022
1 parent 59d92ff commit feab16b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/picker-customers/picker-customers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ button.md {
margin-left: auto;
}
}

p code {
width: 65%;
flex-shrink: 0;
}
}

.base-environments-list-item + .base-environments-list-item {
Expand Down

0 comments on commit feab16b

Please sign in to comment.