diff --git a/apps/red-ui/src/assets/pdftron/stylesheet.css b/apps/red-ui/src/assets/pdftron/stylesheet.css index 1db9d7ff4..eec7b3143 100644 --- a/apps/red-ui/src/assets/pdftron/stylesheet.css +++ b/apps/red-ui/src/assets/pdftron/stylesheet.css @@ -1,9 +1,14 @@ +.custom-ribbons-container { + flex: none; +} + div[data-element='header-text'] { + flex: 1; overflow: hidden; + margin: 0 258px 0 6px; } div[data-element='header-text'] > div { - text-align: right; font-size: 11px; color: #283241; line-height: 14px; @@ -11,4 +16,11 @@ div[data-element='header-text'] > div { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; + text-align: center; +} + +@media (max-width: 900px) { + div[data-element='header-text'] { + margin: 0 6px 0 6px; + } }