Don't break line_total column content

This commit is contained in:
Benjamin Beganović 2021-09-02 12:47:06 +02:00
parent 7e9f9e8df9
commit 73e0f061b5
10 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 **/