diff --git a/resources/views/pdf-designs/hipster.html b/resources/views/pdf-designs/hipster.html index cd1d498ceffa..84f6c951ec78 100644 --- a/resources/views/pdf-designs/hipster.html +++ b/resources/views/pdf-designs/hipster.html @@ -167,7 +167,7 @@ } #table-totals>.totals-table-right-side>*> :nth-child(1) { - text-align: left; + text-align: "$dir_text_align"; margin-top: .75rem; } @@ -213,6 +213,16 @@ margin-bottom: 0; } + .entity-details-wrapper > * { + direction: $dir; + } + + .entity-details-wrapper { + display: flex; + flex-wrap: wrap; + direction: $dir; + } + /** Useful snippets, uncomment to enable. **/ /** Hide company logo **/ @@ -271,30 +281,31 @@