Merge pull request #6557 from beganovich/v5-664

(v5) Don't break line total currency
This commit is contained in:
David Bomba 2021-09-02 21:36:41 +10:00 committed by GitHub
commit 2c550671c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 40 additions and 0 deletions

View File

@ -248,6 +248,10 @@
margin-right: .75rem;
}
[data-ref*=".line_total-td"] {
white-space: nowrap;
}
/** Useful snippets, uncomment to enable. **/
/** Hide company logo **/

View File

@ -243,6 +243,10 @@
margin-right: .75rem;
}
[data-ref*=".line_total-td"] {
white-space: nowrap;
}
/** Useful snippets, uncomment to enable. **/
/** Hide company logo **/

View File

@ -206,6 +206,10 @@
text-align: right;
margin-right: .75rem;
}
[data-ref*=".line_total-td"] {
white-space: nowrap;
}
/** Useful snippets, uncomment to enable. **/

View File

@ -196,6 +196,10 @@
margin-right: .75rem;
}
[data-ref*=".line_total-td"] {
white-space: nowrap;
}
/** Useful snippets, uncomment to enable. **/
/** Hide company logo **/

View File

@ -204,6 +204,10 @@
margin-right: .75rem;
}
[data-ref*=".line_total-td"] {
white-space: nowrap;
}
/** Useful snippets, uncomment to enable. **/
/** Hide company logo **/

View File

@ -221,6 +221,10 @@
margin-right: .75rem;
}
[data-ref*=".line_total-td"] {
white-space: nowrap;
}
/** Useful snippets, uncomment to enable. **/
/** Hide company logo **/

View File

@ -273,6 +273,10 @@
margin-right: .75rem;
}
[data-ref*=".line_total-td"] {
white-space: nowrap;
}
/** Useful snippets, uncomment to enable. **/
/** Hide company logo **/

View File

@ -187,6 +187,10 @@
margin-right: .75rem;
}
[data-ref*=".line_total-td"] {
white-space: nowrap;
}
/** Useful snippets, uncomment to enable. **/
/** Hide company logo **/

View File

@ -253,6 +253,10 @@
padding-right: 3rem;
}
[data-ref*=".line_total-td"] {
white-space: nowrap;
}
/** Useful snippets, uncomment to enable. **/
/** Hide company logo **/

View File

@ -222,6 +222,10 @@
margin-bottom: 0;
}
[data-ref*=".line_total-td"] {
white-space: nowrap;
}
/** Useful snippets, uncomment to enable. **/
/** Hide company logo **/