CSR-2404 fix word wrap.
This commit is contained in:
parent
61e7e13fcb
commit
03ca3bc39f
1 changed files with 5 additions and 0 deletions
|
|
@ -276,11 +276,16 @@ export default {
|
|||
max-height: 500px;
|
||||
}
|
||||
|
||||
.row {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
p {
|
||||
font-weight: 600;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
span {
|
||||
&.pricing-info {
|
||||
color: $green;
|
||||
|
|
|
|||
Loading…
Reference in a new issue